Skip to content

Releases: ZContent/CPZ_Machine

1.0.13

29 Sep 00:05
0ce2531

Choose a tag to compare

Updates

  • Cleanup code, removing unused routines and variables
  • Updated README file
  • No longer in beta, this is considered a production version!

1.0.12-beta.1

28 Sep 02:29

Choose a tag to compare

Fix

  • ignore non-printing keys (i.e. function keys)

1.0.11-beta.1

27 Sep 16:03

Choose a tag to compare

Fixes

  • Fixed misplaced semi-colon in room descriptions (and possibly other non-alphabet characters)

1.0.10-beta.1

27 Sep 04:51

Choose a tag to compare

Fixes

  • token strings off by one character, first letter is instead blank or other character

Updates

  • Misc. string changes

1.0.9-beta.1

27 Sep 02:05

Choose a tag to compare

Fixed

  • Fixed issue with input buffer not storing the length of the string, caused issues with y/n prompts in Adventure
  • Increased maxcount to 6000. This is used to prevent infinite loops.

New

  • Text scrolling paused when there are more lines of text than the screen.
  • Misc. text string changes.

1.0.8-beta.1

25 Sep 12:57
287fc32

Choose a tag to compare

Fixed

  • Parser was confused with multiple spaces within words
  • Typo in help text

Updated

  • Added summary section to README
  • Added Zork 2 and Zork 3 games to stories folder

1.0.7-beta.1

23 Sep 22:58

Choose a tag to compare

Fixed

  • Removed extra blank lines

Updated

  • Configuration now in settings.py file for customizing settings.

1.0.6-beta.1

23 Sep 21:49

Choose a tag to compare

Fixed

  • Words entered that were over 8 characters caused an "Index out of Range" error.

Other

  • Regular fonts replaced with bold versions for better visibility.

1.0.5-beta.1

22 Sep 04:57
afe8099

Choose a tag to compare

Updated README.md file

1.0.4-beta.1

22 Sep 04:44

Choose a tag to compare

Fixed

  • Bug: hangs when USB not connected to PC