zart 1.3.0
zart: ^1.3.0 copied to clipboard
Dart implementation of the Infocom Z-Machine.
Change Log #
1.0.1+1 #
- Reworked unit tests and added more tests. Lots more needed, and some no longe working.
- Removed all game files from library, except for minizork, which is used for unit testing.
- Added a Utils class that does useful things like emitting a pretty-print version of the game object tree.
1.0.1 #
- First pass at fixes and updates for Dart v2.7.x and publish to pub.dev on May 22, 2019.
1.0.0 #
- Initial publish of the library to pub.dev on Oct 5, 2012.
1.3.0 #
- Major overhaul of the library to support Dart >3 and above.
- More unit tests.
- Fixed some dictionary and object addressing issues.