Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.08 KB

CandyBlocks

Codacy Badge Codacy Badge

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.

Development

To compile candyblocks you need to have Rust installed.

  • git clone https://github.com/acautin/candyblocks
  • cd candyblocks
  • cargo run

Tests

Unit tests can be run via cargo test.