added test level...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-04-05 19:02:21 +03:00
parent 5ad8b80ea4
commit fb63181246

View File

@ -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()