/chess-bot

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

lichess-bot

Built using the Lichess Bot API.

Running locally

source ./venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-dev.txt
python3 lichess-bot.py

Testing

python3 -m unittest discover engines/minimax_bot/test

License

lichess-bot is licensed under the AGPLv3 (or any later version at your option). Check out the LICENSE file for the full text.