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.
 
 
Pete Ley b3e95e244f
Initial commit
3 months ago
src Initial commit 3 months ago
.gitignore Initial commit 3 months ago
Makefile Initial commit 3 months ago
README.md Initial commit 3 months ago

README.md

test

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!