-
- Downloads
Battleships v1 functional
Showing
- .gitignore 5 additions, 1 deletion.gitignore
- package-lock.json 129 additions, 3 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
- public/games/battleships/game.html 22 additions, 0 deletionspublic/games/battleships/game.html
- public/games/battleships/game.js 397 additions, 0 deletionspublic/games/battleships/game.js
- public/games/battleships/index.html 2 additions, 1 deletionpublic/games/battleships/index.html
- public/games/battleships_v2/game.html 22 additions, 0 deletionspublic/games/battleships_v2/game.html
- public/games/battleships_v2/game.js 52 additions, 0 deletionspublic/games/battleships_v2/game.js
- public/games/battleships_v2/index.html 17 additions, 0 deletionspublic/games/battleships_v2/index.html
- public/games/cah/index.html 17 additions, 0 deletionspublic/games/cah/index.html
- public/games/game_loader.js 97 additions, 0 deletionspublic/games/game_loader.js
- public/games/index.html 5 additions, 0 deletionspublic/games/index.html
- public/games/template/index.html 17 additions, 0 deletionspublic/games/template/index.html
- src/error.ts 2 additions, 1 deletionsrc/error.ts
- src/gamedb.ts 38 additions, 1 deletionsrc/gamedb.ts
- src/games.ts 67 additions, 24 deletionssrc/games.ts
- src/games/battleships.ts 314 additions, 4 deletionssrc/games/battleships.ts
- src/games/game.ts 3 additions, 0 deletionssrc/games/game.ts
... | ... | @@ -11,10 +11,13 @@ |
"license": "ISC", | ||
"dependencies": { | ||
"@types/express": "^4.17.3", | ||
"@types/multer": "^1.4.2", | ||
"@types/mysql": "^2.15.9", | ||
"@types/node": "^13.9.8", | ||
"@types/socket.io": "^2.1.4", | ||
"body-parser": "^1.19.0", | ||
"express": "^4.17.1", | ||
"multer": "^1.4.2", | ||
"mysql": "^2.18.1", | ||
"path": "^0.12.7", | ||
"socket.io": "^2.3.0", | ||
... | ... |
public/games/battleships/game.html
0 → 100644
public/games/battleships/game.js
0 → 100644
public/games/battleships_v2/game.html
0 → 100644
public/games/battleships_v2/game.js
0 → 100644
public/games/battleships_v2/index.html
0 → 100644
public/games/cah/index.html
0 → 100644
public/games/template/index.html
0 → 100644
Please register or sign in to comment