mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
78eaa560629cab81690535197add9eda40a7245c
PyTaiko
This is a TJA player / Taiko simulator written in python and uses the raylib library.
Installation
Download for OS of choice on releases page
How to run: Windows:
PyTaiko.exe
MacOS/Linux:
PyTaiko.bin
## Roadmap
https://linear.app/pytaiko
## Known Issues
- Songs with Kusudama notes will not work as it has not been implemented
- Songs with very short drumrolls will not appear properly
- Don-chan will be missing until someone else figures that out
## Run Locally
Clone the project
```bash
git clone https://github.com/Yonokid/PyTaiko
Go to the project directory
cd PyTaiko
Install dependencies
pip install -r requirements.txt
Start the game
python main.py
FAQ
Keybinds?
see config.toml
Why does it look like Gen 3?
I like it
Contributing
I would highly suggest not contributing to this until sizeable progress has been made. The fabric of this code is ever changing and anything you write could disappear at any time
Languages
Python
88.3%
C
10.4%
Makefile
1%
GLSL
0.3%