From 0f1647fcafcf694e31641bb1023310299b1a0702 Mon Sep 17 00:00:00 2001 From: Lukas Wieser Date: Mon, 5 Feb 2024 19:37:38 +0100 Subject: [PATCH] Add info how to start the lichess bot to readme --- readme.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index d5079c5..a1799b1 100644 --- a/readme.md +++ b/readme.md @@ -110,8 +110,18 @@ You can customize with the same command-line arguments as `main.py`. A bot you can play against on the website [lichess](https://lichess.org/). -The code for the bot is contained in `/lichess_bot`, and uses the [lichess-bot](https://github.com/lichess-bot-devs/lichess-bot) as a basis. -Our is bot implementation is defined in `/lichess_bot/lib/strategies.py`. +The code for the bot is contained in `/lichess_bot`, and uses the repository from [lichess-bot](https://github.com/lichess-bot-devs/lichess-bot) as a basis. +Our bot implementation is defined in `/lichess_bot/lib/strategies.py`. + +Start the bot by running the following in `/lichess_bot`: + +``` +python lichess-bot.py +``` + +The bot should then be up and running. +For more information look at the GitHub from the [lichess-bot](https://github.com/lichess-bot-devs/lichess-bot). + ### Interactive Geogebra File