Mara 2 in Zig
Go to file
Cadey Ratio 6c4e039b85 try to make the camera scrolling better
Signed-off-by: Christine Dodrill <me@christine.website>
2022-07-02 14:32:24 -04:00
dist overhead 2022-06-27 08:56:16 -04:00
doc overhead 2022-06-27 08:56:16 -04:00
maps try to make movement work, fail miserably 2022-07-02 14:18:06 -04:00
sprites scrolling kinda works if you squint! 2022-07-02 13:04:58 -04:00
src try to make the camera scrolling better 2022-07-02 14:32:24 -04:00
.gitignore start map warping 2022-07-01 21:43:22 -04: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 use get_tile function, format maps 2022-07-02 09:58:27 -04:00
release.bat it's broken but getting help lol 2022-07-01 15:08:30 -04:00
release.sh use 8 pixel tiles i guess 2022-07-01 21:18:54 -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