https://github.com/tokaa1/soundaim
https://github.com/tokaa1/soundaim
bevy game rhythm-game rust
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tokaa1/soundaim
- Owner: tokaa1
- License: mit
- Created: 2024-04-24T04:00:34.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T03:51:02.000Z (almost 2 years ago)
- Last Synced: 2025-05-06T16:00:13.317Z (about 1 year 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 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.