add changelog to readme
Some checks failed
Test / Format (gofmt) (push) Has been cancelled
Test / Lint (golangci-lint) (push) Has been cancelled
Test / Test (go test) (push) Has been cancelled
Test / Build CLI (go install) (push) Has been cancelled

This commit is contained in:
Bhavnoor Singh Saroya 2025-08-19 12:05:42 -07:00
parent 137adee58b
commit 47e71cb13d

View file

@ -4,6 +4,10 @@
play.battlesnake.com custom games are not working at the time of this commit, this custom implementation can be hosted and allows for games to be stored to a relational database, it is accompanied by a second server that can read and serve from the db, while maintaining full compatibility with the battlesnake gameboard
## Changelog
- add battlesnake host command for deployent on via web
- update output files to actually resemble websocket frames for gameboard microservice
- add db module for automatically writing games to postgres database
## CLI for Running Battlesnake Games Locally