/tractor

The chinese card game升级游戏

Primary LanguagePython

Tractor

Tractor is a Chinese card cade, also known as Sheng Ji.

Running

Currently there isn't an end-to-end game, but there is a test script you can run with

python run.py

Contributing

Environment Setup

Make sure you have Python 3.8 installed (I suggest using pyenv). After cloning this repository, create a virtual environment with

python -m venv venv
source venv/bin/activate
pip install -e .

in the project directory.

Testing

Run tests with the pytest command in the project directory.