My entry for https://itch.io/jam/baixada-santista-gj-trabalho
|
André L. Alvares
06d25563af
jam version finished
Signed-off-by: André L. Alvares <andrluiz.alvares.alvares84@gmail.com> |
||
|---|---|---|
| src | jam version finished | |
| .gitignore | initialize C project | |
| DESIGN.md | progress of today | |
| LICENSE | Initial commit | |
| Makefile | initialize C project | |
| README.md | initialize C project | |
work-jam
A game written in C for the WASM-4 fantasy console.
Building
Build the cart by running:
make
Then run it with:
w4 run build/cart.wasm
For more info about setting up WASM-4, see the quickstart guide.
Links
- Documentation: Learn more about WASM-4.
- Snake Tutorial: Learn how to build a complete game with a step-by-step tutorial.
- GitHub: Submit an issue or PR. Contributions are welcome!