Clone of Minecraft in Rust using Bevy Engine
- Install Rust
- Clone the repository
- To run the game in local, run
cargo run --releaseTo run the web assembly version, install the wasm rust toolchain (rustup target install wasm32-unknown-unknown) then runcargo run --target wasm32-unknown-unknown. You can then open http://127.0.0.1:1334 in your browser to play the game
master branch is the development branch. stable branch is the stable branch (who would have guessed?)