Implementation of Haft Schroedinger Chess, where chess pieces decide what they want to be...
See the docs at https://gdalle.github.io/SchroedingerChess/
To run the code, you first need to install a few dependencies:
conda create -n chess python=3.6
conda activate chess
pip install numpy pulp twisted pygame
Then, all it takes to play a game is to execute python run.py
.