feat: Implement initial multiplayer lobby and game room functionality with server-side room management.

This commit is contained in:
2025-12-14 21:42:13 +01:00
parent 1b8ae00da1
commit da643b787f
12 changed files with 713 additions and 26 deletions

View File

@@ -12,23 +12,24 @@
},
"dependencies": {
"express": "^4.21.2",
"socket.io": "^4.8.1",
"lucide-react": "^0.475.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"lucide-react": "^0.475.0"
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^22.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/express": "^4.17.21",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"tsx": "^4.19.2",
"concurrently": "^9.1.0"
"typescript": "^5.7.2",
"vite": "^6.0.3"
}
}