Byte-snake-engine/maps
Rob O'Dwyer 1adbc79168
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
2022-05-25 11:24:27 -07:00
..
empty.go DEV 1303: Add empty and royale maps and update game map interface (#72) 2022-05-17 15:45:56 -07:00
empty_test.go DEV 1303: Add empty and royale maps and update game map interface (#72) 2022-05-17 15:45:56 -07:00
game_map.go change all "int32" types to "int" (#75) 2022-05-25 11:17:41 -07:00
game_map_test.go DEV 1247: Add a new map generator interface (#71) 2022-05-11 08:26:28 -07:00
helpers.go change all "int32" types to "int" (#75) 2022-05-25 11:17:41 -07:00
helpers_test.go DEV 953: Add basic maps support to CLI (#74) 2022-05-25 11:24:27 -07:00
registry.go DEV 953: Add basic maps support to CLI (#74) 2022-05-25 11:24:27 -07:00
registry_test.go DEV 953: Add basic maps support to CLI (#74) 2022-05-25 11:24:27 -07:00
royale.go DEV 953: Add basic maps support to CLI (#74) 2022-05-25 11:24:27 -07:00
standard.go DEV 1303: Add empty and royale maps and update game map interface (#72) 2022-05-17 15:45:56 -07:00
standard_test.go DEV 1303: Add empty and royale maps and update game map interface (#72) 2022-05-17 15:45:56 -07:00