Snake in Rust for wasm4
https://xena.greedo.xeserv.us/games/akesi/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.cargo | 3 months ago | |
sprites | 3 months ago | |
src | 3 months ago | |
.gitignore | 3 months ago | |
Cargo.lock | 3 months ago | |
Cargo.toml | 3 months ago | |
README.md | 3 months ago |
README.md
akesi
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!