Your Current Score: {{ score }}
Game Controller [Click load snake to start. Controls to move are W,A,S,D]
Click anywhere in the blue area to allow the game to take your input
Game Over! Load Again!
load Snake
Pause
Resume
highscore add
Click anywhere in the blue area to allow the game to take your input!
KeyCode
{{ event.keyCode }}
AltKey?
{{ event.altKey }}
KeyDown
{{ isKeyDown }}
KeyUp
{{ isKeyUp }}
KeyPress
{{ isKeyPress }}
W
A
S
D
High Scores
Name
Score
{{ x.name }}
{{ x.score }}