/spaceinvaders

wasm4 demo

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

hello-world

port of mwbryant/wasm4-space-invaders simple space invaders clone to c23 using port of midar/corefw (mod naming convention) using port of mackyle/blocksruntime

Building

Build the cart by running:

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