mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
73 lines
1.1 KiB
Markdown
73 lines
1.1 KiB
Markdown
|
|
# PyTaiko
|
|
|
|
This is a TJA player / Taiko simulator written in python and uses the [raylib](https://www.raylib.com/) library.
|
|
|
|
|
|
## Installation
|
|
|
|
Download for OS of choice on releases page
|
|
|
|
How to run:
|
|
Windows:
|
|
```
|
|
Run PyTaiko.exe
|
|
```
|
|
MacOS/Linux:
|
|
```
|
|
Good luck, would suggest running with python directly
|
|
```
|
|
|
|
## 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
|
|
|
|
```bash
|
|
cd PyTaiko
|
|
```
|
|
|
|
Install dependencies
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
Start the game
|
|
|
|
```bash
|
|
python main.py
|
|
```
|
|
|
|
|
|
|
|
## FAQ
|
|
|
|
#### Keybinds?
|
|
|
|
see config.toml
|
|
|
|
#### Why does it look like Gen 3?
|
|
|
|
I like it
|
|
|
|
|
|
## Contributing
|
|
|
|
Contributions are now open. I don't have any particular contribution guidelines other than be mindful of what builtin functions already exist in this project (ie, for animations, videos, etc)
|