mirror of
https://github.com/flynx/Course-JavaScript.git
synced 2025-10-29 02:50:09 +00:00
added test level...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5ad8b80ea4
commit
fb63181246
@ -230,8 +230,10 @@ function setup(){
|
||||
Snake
|
||||
.setup('.snake')
|
||||
// setup base level...
|
||||
// XXX
|
||||
.wall(2, 14, 's', 7)
|
||||
.wall(2, 5, 'e', 5)
|
||||
.wall(2+5, 5, 's', 5)
|
||||
.wall(2+5, 5+4, 'e', 12)
|
||||
|
||||
.start()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user