| ## 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! | ||||
| 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 | ||||
| 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. | ||||
| """) | |||||
| ``` |