Go to file
Viv Lim 7ff2a6d393 fix id claiming test 2024-01-07 03:35:37 -08:00
.cargo implement new() for componentcontainer 2023-02-18 15:13:52 -08:00
.vscode initial commit & start building up ecs 2023-01-24 02:02:57 -08:00
ecs fix some stuff that was broken or half done 2024-01-07 03:21:17 -08:00
ecs_derive fix some stuff that was broken or half done 2024-01-07 03:21:17 -08:00
ecs_derive_test fix id claiming test 2024-01-07 03:35:37 -08:00
ecs_wasm4_app implement new() for componentcontainer 2023-02-18 15:13:52 -08:00
src doing a bunch of stuff all at once 2023-01-29 00:30:48 -08:00
.gitignore initial commit & start building up ecs 2023-01-24 02:02:57 -08:00
Cargo.lock implement new() for componentcontainer 2023-02-18 15:13:52 -08:00
Cargo.toml implement new() for componentcontainer 2023-02-18 15:13:52 -08:00
README.md initial commit & start building up ecs 2023-01-24 02:02:57 -08:00

README.md

thang

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.

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