A Flutter Web player for the Zart Z-Machine interpreter.
It uses the Zart Interpreter Library to run the Z-Machine game files.
As always, use caution when downloading games from the internet.
or here
Zart Player On itsallwidgets.com
It supports saving and restoring of game state. While playing a game (they all generally support this), you will need to enter the save or restore command at the prompt to initialize the save/restore process.
If you haven't already download and install the Flutter SDK.
git clone git@github.com:atebitftw/zart-player.git
cd zart_player
flutter pub get
flutter run -d chrome
Or you can load it up in your favorite IDE (with Flutter extension installed) and run it from there.
