new cause of death by hazard (#104)
This commit is contained in:
parent
b1ddd2f4ca
commit
7d769b01b6
3 changed files with 11 additions and 10 deletions
|
|
@ -26,6 +26,7 @@ const (
|
|||
EliminatedByOutOfHealth = "out-of-health"
|
||||
EliminatedByHeadToHeadCollision = "head-collision"
|
||||
EliminatedByOutOfBounds = "wall-collision"
|
||||
EliminatedByHazard = "hazard"
|
||||
|
||||
// Error constants
|
||||
ErrorTooManySnakes = RulesetError("too many snakes for fixed start positions")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue