Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/premiering/soundaim
- Owner: premiering
- License: mit
- Created: 2024-04-24T04:00:34.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-07-10T03:51:02.000Z (6 months ago)
- Last Synced: 2024-10-16T23:21:55.418Z (3 months ago)
- Topics: bevy, game, rhythm-game, rust
- Language: Rust
- Homepage:
- Size: 1.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## soundaim
rust 3D rhythm game based on Sound Spaceloads 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.