Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fathzer committed Apr 13, 2024
1 parent 1dbb0d9 commit f797ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Java 17+ to run the application and mvn to build it.
The application saves the pgn of games in ```./data/pgn```. THis folder will contain one file per day.

## How to add external [UCI](https://gist.github.com/DOBRO/2592c6dad754ba67e6dcaec8c90165bf) engines to the engines list
Add a json file named *engines.json* in the *data* folder using the following example:
Add a json file named `engines.json` in the `./data` folder using the following example:

```json
{
Expand Down Expand Up @@ -58,7 +58,7 @@ Warning, the tips in this section may not be maintained... Use it at your own ri

## How to make multiple games between two engines?
By default, at the end of a game, the user is asked for making a revenge or ends playing.
If you specify a value for the *gameCount* system property while starting the application. The application will make *gameCount* games without asking the user if it want to continue.
If you specify a value for the `gameCount` system property while starting the application. The application will make *gameCount* games without asking the user if it want to continue.


# Known bugs
Expand Down

0 comments on commit f797ca1

Please sign in to comment.