Byte-snake-engine/cli/commands
Rob O'Dwyer dab9178a55
DEV 1247: Add a new map generator interface (#71)
* reorganize code

* first draft of map generator interfaces

* add explicit random interface to board helpers

* implement standard map

* rename Generator to GameMap

* allow initializing snakes separately from placing them

* add random number generator to Settings

* updates to GameMap interface

* add helpers for creating and updating BoardState with maps
2022-05-11 08:26:28 -07:00
..
testdata DEV-765 pipeline refactor (#64) 2022-03-16 16:58:05 -07:00
colors.go Colored board (#59) 2021-12-08 10:43:40 -08:00
output.go Add export to file (#58) 2021-12-02 09:59:20 -08:00
play.go DEV 1247: Add a new map generator interface (#71) 2022-05-11 08:26:28 -07:00
play_test.go add tests for convertRulesSnakes 2022-03-22 12:00:45 -07:00
root.go Update build path and docs. 2020-12-10 15:02:29 -08:00