You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
dist | 9 months ago | |
doc | 9 months ago | |
maps | 9 months ago | |
sprites | 9 months ago | |
src | 9 months ago | |
.gitignore | 9 months ago | |
LICENSE.md | 11 months ago | |
README.md | 9 months ago | |
TODO.md | 9 months ago | |
build.zig | 9 months ago | |
release.bat | 9 months ago | |
release.sh | 9 months ago |
README.md
Mara 2: Tamamo's Fury
The sequel to Mara: Sh0rk of Justice, written to target wasm4.
Building
Build the cart by running:
zig build -Drelease-small=true
Then run it with:
w4 run zig-out/lib/cart.wasm
For more info about setting up WASM-4, see the quickstart guide.
Releasing the game
./release.sh
Links
- Documentation: Learn more about WASM-4.