A version of chess that has four players, is played diagonally, and with quantum rules.
Run game.py using the Python CLI:
python game.py
Install dependencies using pip:
pip install -r requirements.txt
This will fetch all the dependencies for this game so it can run.