Byte-snake-engine/board
Rob O'Dwyer a451cda9c4
DEV 1404: Support streaming CLI games to the browser board (#88)
* add minimal support for serving a game to the board UI

* refactor into new board package

* support reporting errors and author names to board

* support passing an alternate board URL

* avoid using IPv6 for local URL

* use rules.Point instead of a custom Point type for board package

* use zero for generic communication error code in cli

* rename createGameEvent to buildFrameEvent

* tests for conversion from boardState/snakeState to game frame
2022-06-28 16:17:44 -07:00
..
api.go DEV 1404: Support streaming CLI games to the browser board (#88) 2022-06-28 16:17:44 -07:00
server.go DEV 1404: Support streaming CLI games to the browser board (#88) 2022-06-28 16:17:44 -07:00