1
0
mirror of https://github.com/mizanxali/uno-online synced 2025-12-10 12:13:25 +00:00

Working two-player game ready!

This commit is contained in:
Mizanali Panjwani
2021-02-22 21:04:17 +05:30
parent 6d064cec4b
commit 183229e791
7 changed files with 181 additions and 261 deletions

View File

@@ -4,7 +4,8 @@
"description": "Online multiplayer card game",
"main": "server.js",
"scripts": {
"start": "node server"
"start": "node server",
"client": "npm start --prefix client"
},
"repository": {
"type": "git",