{"id":45924598,"url":"https://github.com/bluesparrow2000/simple-multiplayer-gun-game","last_synced_at":"2026-02-28T09:01:30.725Z","repository":{"id":214939251,"uuid":"737729047","full_name":"blueSparrow2000/simple-multiplayer-gun-game","owner":"blueSparrow2000","description":"2D battleground!","archived":false,"fork":false,"pushed_at":"2024-01-09T07:37:40.000Z","size":8721,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-09T10:49:28.494Z","etag":null,"topics":["2d","2d-game","battleground","battlegrounds","client","gun","gun-game","javascript","javascript-game","multiplayer","multiplayer-game","server","survive"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blueSparrow2000.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-01T09:08:34.000Z","updated_at":"2024-01-01T15:02:12.000Z","dependencies_parsed_at":"2024-01-01T10:26:28.953Z","dependency_job_id":"53c843ec-bcf0-481f-b8e4-b23032d4cc51","html_url":"https://github.com/blueSparrow2000/simple-multiplayer-gun-game","commit_stats":null,"previous_names":["bluesparrow2000/simple-multiplayer-gun-game"],"tags_count":8,"template":null,"template_full_name":null,"purl":"pkg:github/blueSparrow2000/simple-multiplayer-gun-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueSparrow2000%2Fsimple-multiplayer-gun-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueSparrow2000%2Fsimple-multiplayer-gun-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueSparrow2000%2Fsimple-multiplayer-gun-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueSparrow2000%2Fsimple-multiplayer-gun-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blueSparrow2000","download_url":"https://codeload.github.com/blueSparrow2000/simple-multiplayer-gun-game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueSparrow2000%2Fsimple-multiplayer-gun-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29929115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"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":["2d","2d-game","battleground","battlegrounds","client","gun","gun-game","javascript","javascript-game","multiplayer","multiplayer-game","server","survive"],"created_at":"2026-02-28T09:01:26.647Z","updated_at":"2026-02-28T09:01:30.709Z","avatar_url":"https://github.com/blueSparrow2000.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## How to turn on the server:\n\nnode backend.js // turn on once\n\n\nnodemon backend.js // turn every time (can refresh) script change is applied immediately\n\n## How to log in as a client in web browser(chrome):\n\n### URL:\n\nlocalhost:3000 (port number is 3000 in default) \n\n\n## nodemon installation\n\nIn admin mode, open up power shell and type:\n\n\nPS C:\\Windows\\system32\u003e get-ExecutionPolicy\n\n\nRestricted\n\n\nPS C:\\Windows\\system32\u003e  set-ExecutionPolicy RemoteSigned\n\n\nPS C:\\Windows\\system32\u003e npm install nodemon\n\n\nhttps://velog.io/@lilclown/Error-nodemon-%EC%98%A4%EB%A5%98-%EC%9D%B4-%EC%8B%9C%EC%8A%A4%ED%85%9C%EC%97%90%EC%84%9C-%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8%EB%A5%BC-%EC%8B%A4%ED%96%89%ED%95%A0-%EC%88%98-%EC%97%86%EC%9C%BC%EB%AF%80%EB%A1%9C\n\n\n## Requirements (install packages)\ndo npm install [package name] on cmd\n\n- Node.js\n- express\n- socket.io\n- line-circle-collison\n\n\n## Sample run\n![interface](../main/run_images/intro.png)\n![interface](../main/run_images/ingame.png)\n\n\n## Update logs\n2023.12.28 Made single play gungame\n\n\n2023.12.29 ~ 12.30 Basic multiplayer game framework\n\n\n2023.12.31 Added guns \u0026 ground items\n\n\n2024.1.1 Added Enemies\n\n\n2024.1.2 Added close combat weapons \u0026 polished the game!\n\n\n~ 2024.1.4 Added walls and new features\n\n\n2024.1.5 Server optimizations / Location shown when joining / Auto reload\n\n\n2024.1.6 Server optimization / balance patch\n\n\n2024.1.7 Added Fog of war\n\n\n2024.1.8 Added Guided gun\n\n\n2024.1.9 Added Armors! (reduce/absorb damage)\n## Youtube sample play link\nhttps://www.youtube.com/watch?v=cpRIU2XMYDQ\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluesparrow2000%2Fsimple-multiplayer-gun-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluesparrow2000%2Fsimple-multiplayer-gun-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluesparrow2000%2Fsimple-multiplayer-gun-game/lists"}