o
odinpkg.dev
packages / library / odin_wasm4_example

odin_wasm4_example

e2aa211library

No description provided.

BSD-3-Clause · updated 4 years ago

odin_wasm4_example

To install, run a MSVC x64 native Tools Command Prompt

A game written in Odin 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!