瀏覽代碼

Change formatting

main
Noëlle 2 年之前
父節點
當前提交
4b0f2149a6
沒有發現已知的金鑰在資料庫的簽署中
共有 1 個檔案被更改,包括 12 行新增15 行删除
  1. 12
    15
      README.md

+ 12
- 15
README.md 查看文件



## Game Options ## 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: ### 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
one and a 1d10 comes up less than the ORCS one and a 1d10 comes up less than the ORCS
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
the POTATOES cost to reduce ORCS by 1. It will the POTATOES cost to reduce ORCS by 1. It will
only spend a potato if there are enough only spend a potato if there are enough
potatoes to spend. potatoes to spend.
```

Loading…
取消
儲存