Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guimcaballero/bevy_rhythm

A small rhythm game implemented in Bevy, with an accompanying tutorial.
https://github.com/guimcaballero/bevy_rhythm

bevy bevy-engine gamedev rust tutorial

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Bevy Rhythm Game

This is the repo for my [Rhythm game](https://caballerocoll.com/blog/bevy-rhythm-game) tutorial.

Here's a recording of the game:

![Game recording](./recording.gif)

## 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](/LICENSE.md).