eric-wieser / snakes

A game written in node.js, HTML5 canvas, and Socket.IO.
19 stars 8 forks source link

name of invalid length causes snake to be created #9

Closed rabbidrabbit closed 12 years ago

rabbidrabbit commented 12 years ago

When a name of invalid length is chosen, the snake is still created, but cannot be controlled as the name entry box is still shown. The game does not let you enter a valid name, so you cannot play without refreshing.

eric-wieser commented 12 years ago

Oops