2022-06-27 12:56:16 +00:00
|
|
|
# Mara 2: Tamamo's Fury
|
2022-04-24 09:46:36 +00:00
|
|
|
|
2022-06-27 12:56:16 +00:00
|
|
|
The sequel to
|
|
|
|
[Mara: Sh0rk of Justice](https://withinstudios.itch.io/mara-sh0rk-justice),
|
|
|
|
written to target [wasm4](https://wasm4.org).
|
2022-04-24 09:46:36 +00:00
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
Build the cart by running:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
zig build -Drelease-small=true
|
|
|
|
```
|
|
|
|
|
|
|
|
Then run it with:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
w4 run zig-out/lib/cart.wasm
|
|
|
|
```
|
|
|
|
|
2022-06-27 12:56:16 +00:00
|
|
|
For more info about setting up WASM-4, see the
|
|
|
|
[quickstart guide](https://wasm4.org/docs/getting-started/setup?code-lang=zig#quickstart).
|
|
|
|
|
|
|
|
## Releasing the game
|
|
|
|
|
|
|
|
```shell
|
|
|
|
./release.sh
|
|
|
|
```
|
2022-04-24 09:46:36 +00:00
|
|
|
|
|
|
|
## Links
|
|
|
|
|
|
|
|
- [Documentation](https://wasm4.org/docs): Learn more about WASM-4.
|