option                long                short

number of games      --games NUMBER       -n NUMBER
board size (x)       --size_x SIZE        -x SIZE
board size (y)       --size_y SIZE        -y size
number of mines      --mines NUMBER       -m NUMBER     (do not use with -d)
mine distribution    --dist RATIO         -d RATIO      (do not use with -m)
pause after games    --pause WAIT         -p WAIT

fewer refreshes      --fast               -F
more refreshes       --slow               -S

random guessing      --random             -R
sequential trials    --seq                -Q
just give up         --giveup             -G

ANSI display         --ansi               -A
plaintext display    --plaintext          -P
SVGAlib display      --svga               -V
low resolution SVGA  --lowres             -L  (implies -T)
	(note:  avoid boards over 600x350 in highres
		and boards over 300x150 in lowres for best look)
color scheme         --scheme NUMBER      -c
red priority         --red VALUE          -r
blue priority        --blue VALUE         -g
green priority       --green VALUE        -b
no display at all    --silent             -N

debugging colors     --debug              -D
do not think         --dumb               -I
bulletproof          --bulletproof        -Y

hide header info     --noheader           -H
hide tally info      --notally            -T
hide the board       --noboard            -B
hide messages        --nomessages         -M
hide unknowns        --nounk              -C

reset tallies        --reset              -E
keep the tallies     --keep               -K

random seed          --seed NUMBER        -Z NUMBER

this listing         --help               -h