Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 602 Bytes

lichess-bot-min-opponent-moves

Play against the bots / read more

https://lichess.org/@/MinOpponentMoves

https://lichess.org/@/AlphaBotical

https://lichess.org/@/HalfStockfishBot

Usage

Manually paste MinOpponentMoves into homemade.py in the Lichess bot repo and follow the instructions in the README. VMSetup.md has more info about what I did to get it running.

Testing

python3 -m venv venv
virtualenv venv -p python3
source ./venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m pytest test_main.py