Bumble Umble Gee
Our small family team made a game to compete in the Game Off 2021. In this game you play a bumble-bee visiting flowers in a meadow.
Getting Started
This will be hosted at itch.io eventually, but you can play it locally for now.
Install the rust tools then you can run the code with:
cargo run
To play the HTML version, build the WASM version of the game
cargo build --target wasm32-unknown-unknown --release
Install a simple web server
cargo install basic-http-server
Then you can host the game like this
basic-http-server html
The game should be available at http://127.0.0.1:4000