/TRICHU-Counter

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

TRICHU-Counter

A counter for trichu card game

made-with-python GPLv3 license

Table of contents

Dependencies

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

Files/Folders

  • ./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)

Current Version

Documentation

All project documentation is located in the ./doc folder.

Radon

Radon_cc

Radon_hal

Radon_mi

Radon_raw

Keybinds

  • 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)

License

GNU GPLv3