We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e569dc8 commit 9dab5a3Copy full SHA for 9dab5a3
1 file changed
README.md
@@ -33,6 +33,12 @@ cargo run --release <color>
33
```
34
Replace `<color>` with either `black` or `white` to specify the AI's color.
35
36
+
37
+To play against the AI in the terminal, execute the following command:
38
+```sh
39
+cargo run --release console
40
+```
41
42
## Project Structure
43
- `src/main.rs`: The main entry point of the application. It handles the game loop, command-line arguments, and interactions with the server.
44
- `src/mcts.rs`: Contains the implementation of the Monte Carlo Tree Search algorithm.
0 commit comments