Index: if-archive/interpreters-multi/zart


1 File

zart.zip [30-Dec-2025]
View contents

Zart, a library (written in Dart) that is capable of interpreting both Z-code and Glulx (Inform 6 & 7) games. For developers, it provides a common API on top of these engines to make it easy to develop players on any platform that Dart runs on (Windows, Mac, Linux, Android, IOS, Web), without having to know anything about the specific internals of either Z-Machine or Glulx. Written by AteBit. The zip file contains:

  • Zart Library Source code
  • Zart Web Player source code
  • Zart CLI Player source code
  • CLI Player executable (Windows)
  • A readme.txt file with helpful information