Skip to content

Commit

Permalink
readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed May 6, 2024
1 parent 3c9fc9c commit b7d77a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Those who win get a positive score, those who lose will get a negative score.

## How to run the game

You can run the game in two modes: `play` and `loop`.
You can run the game in two modes: [`play`](#play-mode) and [`loop`](#loop-mode).

### Play mode

Expand Down Expand Up @@ -214,6 +214,8 @@ So If player A plays an action then the first bot asked if they want to
challenge this is player B. If player C does the action the first bot will be
player D.

Perhaps best visible in [the test](https://github.com/dominikwilkowski/coup/blob/3c9fc9c1203eb8993998dc12afed323a92bcb94f/src/lib.rs#L2294-L2326).

### Targeting other bots

Because some actions require you to tell the engine who you'd like to inflict
Expand Down

0 comments on commit b7d77a4

Please sign in to comment.