Add mention of cli arguments for web.py to readme

This commit is contained in:
2024-02-05 01:36:07 +01:00
parent acc7e0a479
commit 8914620a0c

View File

@@ -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`.