Barebones ECS for 64kb games in Rust on Wasm-4. Inspired by https://kyren.github.io/2018/09/14/rustconf-talk.html.
Run latest development release here: https://canyonturtle.github.io/rust-wasm4-mini-ecs
A game written in Rust for the WASM-4 fantasy console.
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!