B.F.B
A downloadable game
enjoy yourself the freedom of uploading a mp3 or wav and play it as rythm game song level. or go into multiplayer (wip) and battle it out against other players to gain coins and buy songs for multiplayer. and earn some exp buy doing task for battle pass related stuff. or if you just like casual and dont want to generate stuff go play story mode(wip).
(#disclaimer) i did use ai to polish my code/fix some major bugs i just couldn't fix my self and spended way to much time on ugh for reference it was a bug that i tried to fix for over 8 weeks and the solution was so easy ugh i just didnt see it. it was a stupid calculation miss hap where i forgot to also take in account the time that hade past since a holdnote spawned
| Updated | 26 days ago |
| Status | In development |
| Author | tmdragonslayer |
| Genre | Rhythm |
| AI Disclosure | AI Assisted, Code |
Download
Install instructions
=== Rhythm Game Setup Instructions ===
1. Download and install Miniconda:
https://docs.conda.io/en/latest/miniconda.html
2. Open Anaconda Prompt (Windows) or terminal (Mac/Linux).
3. Create and activate the environment:
conda create -n aubio python=3.9
conda activate aubio
4. Install aubio (required for music analysis):
conda install -c conda-forge aubio
5. Go to the folder where you unzipped the game files:
cd PATH\TO\YOUR\GAME
6. Install all dependencies:
pip install -r requirements.txt
7. To play, double click 'ryth-game.exe' (or run from terminal after activating the `aubio` environment).

Leave a comment
Log in with itch.io to leave a comment.