Started Snake Game

This commit is contained in:
Ben
2018-06-15 11:24:22 +00:00
parent 51420dbd45
commit d70d1379e3
7 changed files with 3275 additions and 0 deletions

11
NodeJS/Snake/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "snake",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben (plane000)",
"license": "MIT"
}