base game working

This commit is contained in:
2020-03-25 15:57:20 +01:00
parent 373885732a
commit 0943889349
10 changed files with 270 additions and 30 deletions
+15
View File
@@ -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]
]
}