Chess puzzles derived from chess.com games with an arcade theme!
Note that these usage instructions are tuned for Mac, and may need slight modifications for other systems.
- Clone this repository by running
git clone git@github.com:Bloomh/ArcadeChessPuzzles.git - Also make sure to download stockfish: https://stockfishchess.org/download/.
- Set the
STOCKFISH_PATHenvironment variable to point to your installation, for example:export STOCKFISH_PATH="/opt/homebrew/bin/stockfish". - Create a virtual environment with
python -m venv venvand activate it usingsource venv/bin/activate. - Install the required packages:
pip install -r requirements.txt. - Run the app:
python app.py!