DEV 953: Add basic maps support to CLI (#74)
* remove squad support and switch to using pipelines only in RulesBuilder * remove spawn_food.standard from legacy ruleset definitions * bugfix: Royale map generates Standard food * add maps support to CLI * add automated tests for all registered GameMap implementations * update README
This commit is contained in:
parent
3bd1e47bb4
commit
1adbc79168
27 changed files with 565 additions and 1371 deletions
|
|
@ -32,14 +32,14 @@ Usage:
|
|||
battlesnake play [flags]
|
||||
|
||||
Flags:
|
||||
-W, --width int Width of Board (default 11)
|
||||
-H, --height int Height of Board (default 11)
|
||||
-W, --width int Width of Board (default 11)
|
||||
-H, --height int Height of Board (default 11)
|
||||
-n, --name stringArray Name of Snake
|
||||
-u, --url stringArray URL of Snake
|
||||
-S, --squad stringArray Squad of Snake
|
||||
-t, --timeout int Request Timeout (default 500)
|
||||
-s, --sequential Use Sequential Processing
|
||||
-g, --gametype string Type of Game Rules (default "standard")
|
||||
-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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue