Skip to content

CanyonTurtle/kittygame

Repository files navigation

demo

Play official game here: https://wasm4.org/play/kittygame

Play latest development release here: https://canyonturtle.github.io/kittygame

Find and play older versions here: https://github.com/CanyonTurtle/kittygame/releases

Kitty Game

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

Building

Build the cart by running:

cargo build --release

Then run it with:

w4 run target/wasm32-unknown-unknown/release/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!