forked from mintystroke/Ayumi
!!Fork for Commit!!
An open source rhythm game about a walking character with an endless goal
- Python 100%
| assets | Added audio support and other stuff | |
| _input.py | Added config support and fixed a few design issues | |
| audio.py | Added audio support and other stuff | |
| config.py | fix: fix Windows KeyError and restore original directory creation logs | |
| defns.py | Added input support and worked on core | |
| graphics.py | Added input support and worked on core | |
| main.py | Fixed music issues | |
| README.md | Initial window release | |
| scenes.py | Added audio support and other stuff | |
| tex.py | Added audio support and other stuff | |
Ayumi
An open source rhythm game about a walking character with an endless goal
How to setup
python3 -m venv venv
source venv/bin/activate
pip install raylib
And now in order to run the game, python3 main.py