added core Snake code
This commit is contained in:
parent
fe2902cdea
commit
7362b4dc5c
17 changed files with 477 additions and 6 deletions
BIN
assets/apple.png
Executable file
BIN
assets/apple.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
7
assets/snake.json
Normal file
7
assets/snake.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"color": "#fba49b",
|
||||
"join": "round",
|
||||
"cap": "round",
|
||||
"headSize": 0.8,
|
||||
"tailSize": 0.4
|
||||
}
|
BIN
assets/wall.png
Executable file
BIN
assets/wall.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 382 KiB |
Loading…
Add table
Add a link
Reference in a new issue