A counter for trichu card game
- TRICHU-Counter
- Table of contents
- Dependencies
- Files
- Current Version
- Documentation
- Radon
- Keybinds
- License
To install the dependencies
- csv (conda install -c anaconda csvkit)
- second way to install csv ( pip install python-csv)
- pandas( conda install -c anaconda pandas)
- second way to install pandas (pip install pandas)
or run
pip install -r requirements.txt
- ./doc (documnetation folder)
- ./images (images folder)
- TRICHU Counter.py (the main file)
- tichu win conditions(win conditions check file)
- TRICHU Counter keybinds.txt (Keybinds file)
All project documentation is located in the ./doc
folder.
- New Game(Ctrl + O)
- Load Game(Ctrl + L)
- Exit(Alt + F4)
- Player 1 Total(Ctrl + P)
- Player 2 Total(Ctrl + T)
- Player 3 Total(Ctrl + J)
- Every Round(Ctrl + R)
- About(Ctrl + I)
- Help(Ctrl + F1)