Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 355 Bytes

File metadata and controls

15 lines (13 loc) · 355 Bytes

four-way-quantum-diagonal-chess

A version of chess that has four players, is played diagonally, and with quantum rules.

Playing

Run game.py using the Python CLI:

python game.py

Building from source

Install dependencies using pip:

pip install -r requirements.txt

This will fetch all the dependencies for this game so it can run.