Add mention of cli arguments for web.py to readme
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user