diff --git a/README.md b/README.md index 67e4a17..8fee7c8 100644 --- a/README.md +++ b/README.md @@ -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