1
0
Fork
You've already forked work-jam
0
  • C 91.5%
  • Makefile 8.5%
André L. Alvares 06d25563af jam version finished
Signed-off-by: André L. Alvares <andrluiz.alvares.alvares84@gmail.com>
2026年05月14日 22:15:11 -03:00
src jam version finished 2026年05月14日 22:15:11 -03:00
.gitignore initialize C project 2026年05月05日 22:06:42 -03:00
DESIGN.md progress of today 2026年05月05日 23:10:37 -03:00
LICENSE Initial commit 2026年05月06日 03:04:24 +02:00
Makefile initialize C project 2026年05月05日 22:06:42 -03:00
README.md initialize C project 2026年05月05日 22:06:42 -03:00

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.

  • 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!