upgraded engine with input buffering and added arcade & survival
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"dimensions": [32, 32],
|
||||
"delay": 200,
|
||||
"food": [
|
||||
[16, 16]
|
||||
],
|
||||
"snake": [
|
||||
[16, 12],
|
||||
[16, 11],
|
||||
[16, 10]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"dimensions": [32, 32],
|
||||
"delay": 200,
|
||||
"food": [],
|
||||
"snake": [
|
||||
[16, 12],
|
||||
[16, 11],
|
||||
[16, 10]
|
||||
],
|
||||
"rules": {
|
||||
"autoSpeedIncrease": true,
|
||||
"autoSpeadIncreaseTicks": 10,
|
||||
"autoSizeGrow": true,
|
||||
"autoSizeGrowTicks": 100
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user