added core Snake code

This commit is contained in:
Nathan DECHER 2020-03-23 20:11:39 +01:00
parent fe2902cdea
commit 7362b4dc5c
17 changed files with 477 additions and 6 deletions

View file

BIN
assets/apple.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

7
assets/snake.json Normal file
View file

@ -0,0 +1,7 @@
{
"color": "#fba49b",
"join": "round",
"cap": "round",
"headSize": 0.8,
"tailSize": 0.4
}

BIN
assets/wall.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 KiB