Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/premiering/soundaim

3D rhythm game based on Sound Space
https://github.com/premiering/soundaim

bevy game rhythm-game rust

Last synced: 2 months ago
JSON representation

3D rhythm game based on Sound Space

Awesome Lists containing this project

README

        

## soundaim
rust 3D rhythm game based on Sound Space

loads maps using the original Roblox SSP format

## try it out
You can download the project and try it on Windows, Linus, Mac, and compile it for even more.
### prerequisites
- latest rust version (or one supporting Bevy 0.13)
### let's run the project
clone this git repository
```shell
git clone https://github.com/premiering/soundaim.git
```
open the project and run using `cargo`.
```shell
cd soundaim
cargo run
```
after bevy's long inital compile you should see the game open up!
## credits
in the `assets` directory is the test map *birb by BelowAmateur*, which came from the archive of the old Sound Space maps.
## license
soundaim is licensed under the MIT license.