A game written in Odin for the WASM-4 fantasy console.
Follow https://wasm4.org/docs/getting-started/setup.
- Download a release of https://github.com/aduros/wasm4 and put the binary w4 in the parent folder (or change the Makefile).
- Download a release of https://github.com/WebAssembly/wasi-sdk
- Add it to the path like so:
fish_add_path --global /var/home/fork/Downloads/wasi-sdk-27.0-x86_64-linux/bin
Build the cart by running:
makeThen run it with:
make runFor more info about setting up WASM-4, see the quickstart guide.
- Documentation: Learn more about WASM-4.
- Snake Tutorial: Learn how to build a complete game with a step-by-step tutorial.
- GitHub: Submit an issue or PR. Contributions are welcome!