Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 613 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 613 Bytes

texaschainsawdodge

A game written in C for the WASM-4 fantasy console.

dev

"w4.exe" watch

generate asset code

"w4.exe" png2src --c Player.png

"w4.exe" png2src --c Chainsaw.png

"w4.exe" png2src --c FONT_6px.png

package

"w4.exe" bundle --html testout.html build/cart.wasm

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!