Mara 2 in Zig
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.
 
 
 
 
Cadey Ratio 6c4e039b85
try to make the camera scrolling better
9 months ago
dist overhead 9 months ago
doc overhead 9 months ago
maps try to make movement work, fail miserably 9 months ago
sprites scrolling kinda works if you squint! 9 months ago
src try to make the camera scrolling better 9 months ago
.gitignore start map warping 9 months ago
LICENSE.md Add license 11 months ago
README.md overhead 9 months ago
TODO.md tamtam palette 9 months ago
build.zig use get_tile function, format maps 9 months ago
release.bat it's broken but getting help lol 9 months ago
release.sh use 8 pixel tiles i guess 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