Skip to content

Commit 9dab5a3

Browse files
committed
Update README.md
1 parent e569dc8 commit 9dab5a3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ cargo run --release <color>
3333
```
3434
Replace `<color>` with either `black` or `white` to specify the AI's color.
3535

36+
37+
To play against the AI in the terminal, execute the following command:
38+
```sh
39+
cargo run --release console
40+
```
41+
3642
## Project Structure
3743
- `src/main.rs`: The main entry point of the application. It handles the game loop, command-line arguments, and interactions with the server.
3844
- `src/mcts.rs`: Contains the implementation of the Monte Carlo Tree Search algorithm.

0 commit comments

Comments
 (0)