Skip to content

Commit

Permalink
multiplayer commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Hall committed Jul 31, 2020
1 parent 8c96854 commit 2064edd
Show file tree
Hide file tree
Showing 6 changed files with 344 additions and 55 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "battleships",
"version": "1.0.0",
"description": "Multiplayer Battleship Game",
"main": "server.js",
"scripts": {
"start": "node server",
"dev": "nodemon server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kubowania/battleships.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kubowania/battleships/issues"
},
"homepage": "https://github.com/kubowania/battleships#readme",
"dependencies": {
"express": "^4.17.1",
"socket.io": "^2.3.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}
Loading

0 comments on commit 2064edd

Please sign in to comment.