1
0
Fork
You've already forked Ayumi
0
forked from mintystroke/Ayumi
!!Fork for Commit!! An open source rhythm game about a walking character with an endless goal
  • Python 100%
2026年06月06日 14:22:40 +02:00
assets Added audio support and other stuff 2026年06月06日 14:09:43 +03:00
_input.py Added config support and fixed a few design issues 2026年06月06日 13:14:37 +03:00
audio.py Added audio support and other stuff 2026年06月06日 14:09:43 +03:00
config.py fix: fix Windows KeyError and restore original directory creation logs 2026年06月06日 14:20:25 +02:00
defns.py Added input support and worked on core 2026年06月06日 12:06:00 +03:00
graphics.py Added input support and worked on core 2026年06月06日 12:06:00 +03:00
main.py Fixed music issues 2026年06月06日 14:56:43 +03:00
README.md Initial window release 2026年06月05日 21:59:21 +03:00
scenes.py Added audio support and other stuff 2026年06月06日 14:09:43 +03:00
tex.py Added audio support and other stuff 2026年06月06日 14:09:43 +03:00

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