mirror of
https://github.com/flynx/Course-JavaScript.git
synced 2025-10-29 02:50:09 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b541b6e882
commit
8ea9c548c0
@ -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!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user