Weegames is a collection of minigames written in Rust with macroquad. You can play the game on itch.io.
cd main-game
To run the executable version run cargo run
To run the web version run
cargo build --target wasm32-unknown-unknown
cp ../target/wasm32-unknown-unknown/debug/main-game.wasm weegames.wasm
cargo install basic-http-server # If not already installed
basic-http-server .
Then open localhost:4000