Instructions
- Control your snake(square dot) to eat food(green dot) to get longer.
- Bumping into walls, other snakes and obstacles(black X) will cause you to lose.
- The longest snake alive will win.
Press 'enter' to start/stop/resume the game, 'r' to restart
Time left: {{game.RemainingTime/1000 >= 0 ? game.RemainingTime/1000 : 0}}
score1: {{game.getSnakeLength(0)}}
score2: {{game.getSnakeLength(1)}}
score3: {{game.getSnakeLength(2)}}
player1 lose: {{game.getSnakeLoseInfo(0)}}
player2 lose: {{game.getSnakeLoseInfo(1)}}
player3 lose: {{game.getSnakeLoseInfo(2)}}
Draw
WIN!