Simplify first level

This commit is contained in:
Pierre HUBERT 2020-03-23 17:36:26 +01:00
parent ccd4a2e328
commit 4aa6e5b2f1
2 changed files with 16 additions and 17 deletions

View File

@ -1,21 +1,17 @@
{ {
"dimensions": [40, 40], "dimensions": [10, 10],
"delay": 200, "delay": 200,
"walls": [ "walls": [
[5,5], [5,6], [5,7], [5,8], [40, 35], [38, 35], [23, 35] [5,5], [5,6], [5,7], [5,8]
], ],
"food": [ "food": [
[10,10], [8,10],
[11,10], [9,10],
[12,10], [10,10]
[20, 20],
[20, 22],
[20, 23],
[20, 21]
], ],
"snake": [ "snake": [
[4,2], [4,1], [3,1], [2,1] [4,2], [4,1], [3,1], [2,1]
], ],
"firstKey": "ArrowRight" "firstKey": ""
} }

View File

@ -1,18 +1,21 @@
{ {
"dimensions": [80, 40], "dimensions": [40, 40],
"delay": 200, "delay": 200,
"walls": [ "walls": [
[5,5], [5,6], [5,7], [5,8], [70, 35], [71, 35], [72, 35] [5,5], [5,6], [5,7], [5,8], [40, 35], [38, 35], [23, 35]
], ],
"food": [ "food": [
[10,10], [10,10],
[10,11], [11,10],
[10,12] [12,10],
[20, 20],
[20, 22],
[20, 23],
[20, 21]
], ],
"snake": [ "snake": [
[6,6], [4,2], [4,1], [3,1], [2,1]
[6,5],
[6,4]
], ],
"firstKey": "ArrowRight" "firstKey": "ArrowRight"
} }