Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 464 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 464 Bytes

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.