Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 773 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 773 Bytes

SchroedingerChess

Join the chat at https://gitter.im/SchroedingerChess/Lobby Build Status

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.