Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/guimcaballero/bevy_rhythm
- Owner: guimcaballero
- License: mit
- Created: 2021-02-08T15:18:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T14:21:53.000Z (over 2 years ago)
- Last Synced: 2024-10-10T20:13:51.768Z (2 months ago)
- Topics: bevy, bevy-engine, gamedev, rust, tutorial
- Language: Rust
- Homepage: https://caballerocoll.com/blog/bevy-rhythm-game
- Size: 31.9 MB
- Stars: 60
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).