Rabeat's goal is to be a collection of rabbit-themed rhythm games, to be played on a Tamagotchi Clone!
Music has always been a big part of my life, and rhythm games are my favorite games, so I decided to make a rhythm game. I was also inspired by Super Mario Party's Sound Stage..
Download on itch.io: https://yoda-flash.itch.io/rabeat
Run git clone https://github.com/Yoda-Flash/rabeat.git
Enter the game directory, and then run python -m venv venv to create a virtual environment.
Run source venv/bin/activate to activate the virtual environment.
Run pip3 install -r requirements.txt to install the game requirements.
Finally, run python main.py to play the game!
For detailed instructions on how to play the game, read this page.