Mara 2 in Zig
Go to file
Cadey Ratio 20a215518c build maps on 'zig build'
Signed-off-by: Christine Dodrill <me@christine.website>
2022-07-01 14:23:39 -04:00
dist overhead 2022-06-27 08:56:16 -04:00
doc overhead 2022-06-27 08:56:16 -04:00
maps add collission map support 2022-07-01 13:37:13 -04:00
sprites attempt to do some map drawing, and oh god it works 2022-07-01 13:11:52 -04:00
src build maps on 'zig build' 2022-07-01 14:23:39 -04:00
.DS_Store initial commit 2022-06-26 20:47:20 -04:00
.gitignore Initial template 2022-04-24 17:46:36 +08:00
LICENSE.md Add license 2022-04-24 15:08:55 +02:00
README.md overhead 2022-06-27 08:56:16 -04:00
TODO.md tamtam palette 2022-06-27 09:14:17 -04:00
build.zig build maps on 'zig build' 2022-07-01 14:23:39 -04:00
release.bat add collission map support 2022-07-01 13:37:13 -04:00
release.sh add collission map support 2022-07-01 13:37:13 -04:00

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