base game working
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"dimensions": [80, 40],
|
||||
"delay": 200,
|
||||
"walls": [
|
||||
[5,5], [5,6], [5,7], [5,8], [70, 35], [71, 35], [72, 35]
|
||||
],
|
||||
"food": [
|
||||
[10,10]
|
||||
],
|
||||
"snake": [
|
||||
[60,20],
|
||||
[60,19],
|
||||
[60,18]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user