bevy_rhythm icon indicating copy to clipboard operation
bevy_rhythm copied to clipboard

A small rhythm game implemented in Bevy, with an accompanying tutorial.

Bevy Rhythm Game

This is the repo for my Rhythm game tutorial.

Here's a recording of the game:

Game recording

Setup

Make sure to use the latest nightly version of Rust to run the project:

$ rustup override set nightly
$ cargo run

For Linux users it might be necessary to install lld for compilation!

License

This game is published under a MIT License.