Candy themed blocks game developed using the Bevy game engine (Rust). This game was made as a learning exercise, feel free to browse around and report issues and suggest improvements. Assets are closed source and not provided, please do not copy the images.
To compile candyblocks
you need to have Rust
installed.
git clone https://github.com/acautin/candyblocks
cd candyblocks
cargo run
Unit tests can be run via cargo test
.