Browse Source

Change formatting

main
Noëlle 1 year ago
parent
commit
e3158f7817
No known key found for this signature in database
1 changed files with 10 additions and 10 deletions
  1. 10
    10
      README.md

+ 10
- 10
README.md View File

@@ -25,17 +25,17 @@ type, and the mean and median number of rounds it took to win a game.

## Game Options

```
-v, --verbose Print detailed information about each game.
This gets very long; probably don't use it if
you're asking for a large number of games!

-n, --numruns [N] The number of games to simulate. Default: 10000

-m, --multiwin Announce on the console when a game ends in a
multi-win. This can lead to a lot of output.

-i, --instructions Print these instructions.
` -v, --verbose Print detailed information about each game.`
` This gets very long; probably don't use it if`
` you're asking for a large number of games!`
``
` -n, --numruns [N] The number of games to simulate. Default: 10000`
``
` -m, --multiwin Announce on the console when a game ends in a`
` multi-win. This can lead to a lot of output.`
``
` -i, --instructions Print these instructions.`
```

### Mutually Exclusive Options:

Loading…
Cancel
Save