Skip to content

guimcaballero/bevy_rhythm

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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.