added portals (closes #4) and first level of puzzle mode

This commit is contained in:
2020-04-14 14:32:45 +02:00
parent 6e54ae19d5
commit a3ad390a41
7 changed files with 230 additions and 26 deletions
+20
View File
@@ -41,5 +41,25 @@
"Get a score as high as you can in 30 seconds",
"Survive for as long as you can in an increasingly difficult game"
]
},
"puzzle": {
"desc": "Time doesn't flow in these puzzles. Try getting the fruits in as little moves as possible",
"rules": {
"fruitRegrow": false,
"timeFlow": false,
"speedIncrease": false,
"worldWrap": false,
"winCondition": "fruit",
"scoreSystem": "moves",
"moveCount": 50,
"uploadOnDeath": false,
"leaderboardsSort": "score"
},
"levelFilename": "puzzle<n>.json",
"levelDisplay": "Level <n>",
"levels": [
1
],
"nextLevel": true
}
}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB