tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-04-05 05:19:55 +03:00
parent b541b6e882
commit 8ea9c548c0

View File

@ -20,10 +20,10 @@ var Snake = {
interval: 200, interval: 200,
}, },
field_size: null,
_field: null, _field: null,
_cells: null, _cells: null,
players: null,
field_size: null,
// XXX BUG: going down into bottom left corner breaks the snake... // XXX BUG: going down into bottom left corner breaks the snake...
// ...check other corner cases! // ...check other corner cases!