Skip to content

atebitftw/zart-player

Repository files navigation

Zart Player Logo

A Flutter Web player for the Zart Z-Machine interpreter.

It uses the Zart Interpreter Library to run the Z-Machine game files.

Where To Find Games

As always, use caution when downloading games from the internet.

Try It Out Yourself

Zart Player Online

or here

Zart Player On itsallwidgets.com

Saving/Restoring Game State

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.

How To Build This Yourself

1. Install the Flutter SDK

If you haven't already download and install the Flutter SDK.

2. Clone This Repository From Github

git clone git@github.com:atebitftw/zart-player.git

3. Navigate To The Directory

cd zart_player

4. Install Dependencies

flutter pub get

5. Run The App

flutter run -d chrome

Or you can load it up in your favorite IDE (with Flutter extension installed) and run it from there.

The Zart Interpreter Package

pub.dev/zart

More Stuff By Me

My Projects

About

A Flutter App That Uses The Zart Library to Play Interactive Fiction Games

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published