Update README
This commit is contained in:
parent
167e9b3d4a
commit
53d57d8e6a
2 changed files with 5 additions and 2 deletions
|
|
@ -1,2 +1,4 @@
|
||||||
# rules
|
# BattlesnakeOfficial/rules
|
||||||
Rulesets and other game logic
|
Battlesnake rules and game logic.
|
||||||
|
|
||||||
|
[https://play.battlesnake.com](https://play.battlesnake.com)
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ const (
|
||||||
BOARD_SIZE_LARGE = 19
|
BOARD_SIZE_LARGE = 19
|
||||||
FOOD_SPAWN_CHANCE = 0.1
|
FOOD_SPAWN_CHANCE = 0.1
|
||||||
SNAKE_MAX_HEALTH = 100
|
SNAKE_MAX_HEALTH = 100
|
||||||
|
|
||||||
// bvanvugt - TODO: Just return formatted strings instead of codes?
|
// bvanvugt - TODO: Just return formatted strings instead of codes?
|
||||||
ELIMINATED_COLLISION = "snake-collision"
|
ELIMINATED_COLLISION = "snake-collision"
|
||||||
ELIMINATED_SELF_COLLISION = "snake-self-collision"
|
ELIMINATED_SELF_COLLISION = "snake-self-collision"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue