From 8914620a0cd808bb251fb63a6dd97d5d2e0a1277 Mon Sep 17 00:00:00 2001 From: Lukas Wieser Date: Mon, 5 Feb 2024 01:36:07 +0100 Subject: [PATCH] Add mention of cli arguments for web.py to readme --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8d19bac..9532060 100644 --- a/readme.md +++ b/readme.md @@ -95,9 +95,11 @@ You can customize with the following command-line arguments: A web interface for watching two chess engines play against each other. ``` -python web.py +python web.py --e1 BayesianMCTS --s1 Stockfish --e2 ClassicMCTS --s2 Stockfish ``` +You can customize with the same command-line arguments as `main.py`. + ### Lichess Bot A bot you can play against on the website [lichess](https://lichess.org/). The code for the bot is contained in `lichess_bot`.