Zeta is a small emulator, implementing a fraction of a DOS-compatible environment just large enough to run ZZT and Super ZZT, allowing user-friendly and accurate usage of them in modern environments, as well as easy packaging, distribution and embedding of ZZT games.
$ meson setup build
$ cd build
$ meson compile
$ meson setup build --cross-file scripts/cross-wasm.txt
$ cd build
$ meson compile
On top of building the WebAssembly library, some extra files are required:
- zeta.js (renamed to zeta.min.js) - compiled by running
npm run buildin web/ - index.html, loader, libraries - available in web/res/
Zeta is available under the terms of the MIT license, as described in LICENSE.