{"id":51129642,"url":"https://github.com/poran-dip/game-lobby","last_synced_at":"2026-06-25T11:01:06.890Z","repository":{"id":313657128,"uuid":"1052175491","full_name":"poran-dip/game-lobby","owner":"poran-dip","description":"A clean, real-time lobby system for multiplayer games built with Node.js and Socket.IO. Perfect foundation for card games, board games, or any multiplayer experience!","archived":false,"fork":false,"pushed_at":"2026-03-29T17:08:38.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T19:27:55.172Z","etag":null,"topics":["card-game","express","game","game-lobby","lobby","real-time","socket-io"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poran-dip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-07T15:05:00.000Z","updated_at":"2026-03-29T17:08:42.000Z","dependencies_parsed_at":"2025-09-07T17:43:58.676Z","dependency_job_id":null,"html_url":"https://github.com/poran-dip/game-lobby","commit_stats":null,"previous_names":["poran-dip/game-lobby"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/poran-dip/game-lobby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poran-dip%2Fgame-lobby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poran-dip%2Fgame-lobby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poran-dip%2Fgame-lobby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poran-dip%2Fgame-lobby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poran-dip","download_url":"https://codeload.github.com/poran-dip/game-lobby/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poran-dip%2Fgame-lobby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34771664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["card-game","express","game","game-lobby","lobby","real-time","socket-io"],"created_at":"2026-06-25T11:01:05.642Z","updated_at":"2026-06-25T11:01:06.876Z","avatar_url":"https://github.com/poran-dip.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Game Lobby System\n\nA clean, real-time lobby system for multiplayer games built with Node.js and Socket.IO.  \nPerfect foundation for card games, board games, or any multiplayer experience!\n\n## Features\n\n- **Create \u0026 Join Lobbies** - Named lobbies with optional passwords\n- **Real-time Updates** - See members join/leave instantly\n- **Host Controls** - Only lobby creator can start games\n- **Smart Cleanup** - Inactive lobbies auto-remove after 30 minutes\n- **Responsive UI** - Clean design that works on mobile\n- **Game Ready** - Includes deck initialization for card games\n\n## Quick Start\n\n```bash\ngit clone https://github.com/poran-dip/game-lobby\ncd game-lobby\nnpm install\nnpm start\n```\n\nOpen `localhost:3000` and start creating lobbies!\n\n## How It Works\n\n1. **Create/Join** - Make a lobby or join by name\n2. **Wait for Players** - See live member updates\n3. **Start Game** - Host clicks start (2+ players needed)\n4. **Ready to Play** - Game initialization begins\n\n## Adding Your Game\n\nExtend the `startGame()` function in `server.js`:\n\n```javascript\nfunction startGame(roomId) {\n  const room = rooms[roomId];\n  // Add your game logic here!\n  // Cards are already shuffled and dealt\n}\n```\n\n## Perfect For\n\n- Card games (Uno, Poker, Hearts)\n- Board games (Chess, Connect Four)\n- Turn-based strategy games\n- Trivia/quiz games\n- And anything that needs a lobby system, really!\n\n## License\n\nMIT - Build something awesome! 🎮\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fporan-dip%2Fgame-lobby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fporan-dip%2Fgame-lobby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fporan-dip%2Fgame-lobby/lists"}