This is a simple chess engine built using PyGame
We provide binaries for macOS M1 chips and Windows only for now.
- To download the latest release go to https://github.com/msaroufim/chess/releases
- Once you download the zip file, unzip it and run the KnightSurvival.app file.
- Apple will complain that the app can't be opened because it is from an unidentified developer.
- Go to System Preferences -> Security & Privacy -> General and click "Open Anyway"
If you want to build from source
pip install -r requirements.txtThis repo contains a few variants of chess.
python base_chess.py: Standard chesspython knight_survival.py: Knight survival