update example output from battlesnake play --help

This commit is contained in:
Rob O'Dwyer 2022-06-28 16:54:46 -07:00
parent a451cda9c4
commit 04a34dd8c7

View file

@ -42,11 +42,13 @@ Flags:
-m, --map string Game map to use to populate the board (default "standard") -m, --map string Game map to use to populate the board (default "standard")
-v, --viewmap View the Map Each Turn -v, --viewmap View the Map Each Turn
-c, --color Use color to draw the map -c, --color Use color to draw the map
-r, --seed int Random Seed (default 1649588785026867900) -r, --seed int Random Seed (default 1656460409268690000)
-d, --delay int Turn Delay in Milliseconds -d, --delay int Turn Delay in Milliseconds
-D, --duration int Minimum Turn Duration in Milliseconds -D, --duration int Minimum Turn Duration in Milliseconds
--debug-requests Log body of all requests sent --debug-requests Log body of all requests sent
-o, --output string File path to output game state to. Existing files will be overwritten -o, --output string File path to output game state to. Existing files will be overwritten
--browser View the game in the browser using the Battlesnake game board
--board-url string Base URL for the game board when using --browser (default "https://board.battlesnake.com")
--foodSpawnChance int Percentage chance of spawning a new food every round (default 15) --foodSpawnChance int Percentage chance of spawning a new food every round (default 15)
--minimumFood int Minimum food to keep on the board every turn (default 1) --minimumFood int Minimum food to keep on the board every turn (default 1)
--hazardDamagePerTurn int Health damage a snake will take when ending its turn in a hazard (default 14) --hazardDamagePerTurn int Health damage a snake will take when ending its turn in a hazard (default 14)