Simplify first level
This commit is contained in:
parent
ccd4a2e328
commit
4aa6e5b2f1
@ -1,21 +1,17 @@
|
||||
{
|
||||
"dimensions": [40, 40],
|
||||
"dimensions": [10, 10],
|
||||
"delay": 200,
|
||||
"walls": [
|
||||
[5,5], [5,6], [5,7], [5,8], [40, 35], [38, 35], [23, 35]
|
||||
[5,5], [5,6], [5,7], [5,8]
|
||||
],
|
||||
"food": [
|
||||
[10,10],
|
||||
[11,10],
|
||||
[12,10],
|
||||
[20, 20],
|
||||
[20, 22],
|
||||
[20, 23],
|
||||
[20, 21]
|
||||
[8,10],
|
||||
[9,10],
|
||||
[10,10]
|
||||
],
|
||||
"snake": [
|
||||
[4,2], [4,1], [3,1], [2,1]
|
||||
],
|
||||
"firstKey": "ArrowRight"
|
||||
"firstKey": ""
|
||||
|
||||
}
|
@ -1,18 +1,21 @@
|
||||
{
|
||||
"dimensions": [80, 40],
|
||||
"dimensions": [40, 40],
|
||||
"delay": 200,
|
||||
"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": [
|
||||
[10,10],
|
||||
[10,11],
|
||||
[10,12]
|
||||
[11,10],
|
||||
[12,10],
|
||||
[20, 20],
|
||||
[20, 22],
|
||||
[20, 23],
|
||||
[20, 21]
|
||||
],
|
||||
"snake": [
|
||||
[6,6],
|
||||
[6,5],
|
||||
[6,4]
|
||||
[4,2], [4,1], [3,1], [2,1]
|
||||
],
|
||||
"firstKey": "ArrowRight"
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user