Update README

This commit is contained in:
bvanvugt 2020-01-01 23:10:49 -08:00
parent 167e9b3d4a
commit 53d57d8e6a
2 changed files with 5 additions and 2 deletions

View file

@ -1,2 +1,4 @@
# rules
Rulesets and other game logic
# BattlesnakeOfficial/rules
Battlesnake rules and game logic.
[https://play.battlesnake.com](https://play.battlesnake.com)

View file

@ -13,6 +13,7 @@ const (
BOARD_SIZE_LARGE = 19
FOOD_SPAWN_CHANCE = 0.1
SNAKE_MAX_HEALTH = 100
// bvanvugt - TODO: Just return formatted strings instead of codes?
ELIMINATED_COLLISION = "snake-collision"
ELIMINATED_SELF_COLLISION = "snake-self-collision"