Byte-snake-engine/cli/commands
Rob O'Dwyer 09aea9c49d
DEV 1666: Fix /end requests and clean up logging (#109)
* ensure /end request is always called, and refactor win/draw logic

* clean up logging and error handling during initialization

* automatically generate friendly snake names

* title-case snake names

* print out list of alive snake names instead of count

* log snake names, IDs, and URLs at startup

* print out state for turn zero
2022-09-02 14:35:55 -07:00
..
testdata DEV 953: Add basic maps support to CLI (#74) 2022-05-25 11:24:27 -07:00
colors.go Colored board (#59) 2021-12-08 10:43:40 -08:00
info.go DEV 1666: Fix /end requests and clean up logging (#109) 2022-09-02 14:35:55 -07:00
list.go add 'map' cli command to provide map information (#100) 2022-08-09 15:06:28 -07:00
map.go DEV 1666: Fix /end requests and clean up logging (#109) 2022-09-02 14:35:55 -07:00
names.go DEV 1666: Fix /end requests and clean up logging (#109) 2022-09-02 14:35:55 -07:00
output.go DEV 1666: Fix /end requests and clean up logging (#109) 2022-09-02 14:35:55 -07:00
play.go DEV 1666: Fix /end requests and clean up logging (#109) 2022-09-02 14:35:55 -07:00
play_test.go DEV 1666: Fix /end requests and clean up logging (#109) 2022-09-02 14:35:55 -07:00
root.go DEV 1666: Fix /end requests and clean up logging (#109) 2022-09-02 14:35:55 -07:00