update example output from battlesnake play --help
This commit is contained in:
parent
a451cda9c4
commit
04a34dd8c7
1 changed files with 15 additions and 13 deletions
|
|
@ -42,11 +42,13 @@ Flags:
|
|||
-m, --map string Game map to use to populate the board (default "standard")
|
||||
-v, --viewmap View the Map Each Turn
|
||||
-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, --duration int Minimum Turn Duration in Milliseconds
|
||||
--debug-requests Log body of all requests sent
|
||||
-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)
|
||||
--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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue