Browse Source

Trying to get double dashes to work

main
Noëlle 2 years ago
parent
commit
85959a0139
No known key found for this signature in database
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      README.md

+ 6
- 6
README.md View File



## Game Options ## Game Options


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


### Mutually Exclusive Options: ### Mutually Exclusive Options:




-a, --alt Use Wanderer's algorithm for determining when
-a, `--`alt Use Wanderer's algorithm for determining when
to spend potatoes to reduce orcs. This spends to spend potatoes to reduce orcs. This spends
a potato if ORCS could win this round and a potato if ORCS could win this round and
POTATOES could not, OR if ORCS is greater than POTATOES could not, OR if ORCS is greater than
score. It will only spend a potato if there score. It will only spend a potato if there
are enough potatoes to spend. are enough potatoes to spend.
-p, --potatoper [N] Use the Potato-Per algorithm for determining
-p, `--`potatoper [N] Use the Potato-Per algorithm for determining
when to spend potatoes to reduce orcs. This when to spend potatoes to reduce orcs. This
spends a potato when the ratio of POTATOES to spends a potato when the ratio of POTATOES to
ORCS rises above a certain amount, modified by ORCS rises above a certain amount, modified by

Loading…
Cancel
Save