{"id":18276170,"url":"https://github.com/esgameco/rogueexplorer","last_synced_at":"2025-06-12T02:42:21.261Z","repository":{"id":113200681,"uuid":"384384387","full_name":"esgameco/RogueExplorer","owner":"esgameco","description":"A rogue-like mmo with tile-based graphics.","archived":false,"fork":false,"pushed_at":"2021-09-16T03:08:13.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T22:33:57.565Z","etag":null,"topics":["multiplayer","nodejs","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/esgameco.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}},"created_at":"2021-07-09T09:15:40.000Z","updated_at":"2021-09-16T03:08:15.000Z","dependencies_parsed_at":"2023-03-27T15:08:15.834Z","dependency_job_id":null,"html_url":"https://github.com/esgameco/RogueExplorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esgameco%2FRogueExplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esgameco%2FRogueExplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esgameco%2FRogueExplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esgameco%2FRogueExplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esgameco","download_url":"https://codeload.github.com/esgameco/RogueExplorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247974734,"owners_count":21026742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["multiplayer","nodejs","socket-io"],"created_at":"2024-11-05T12:15:09.426Z","updated_at":"2025-04-09T04:17:07.970Z","avatar_url":"https://github.com/esgameco.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rogue Explorer\n\nSimple roguelike tile-based map with limited interactions.\n\n# Setup\n\n#### Downloading game assets\n```\ncurl https://opengameart.org/sites/default/files/crawl-tiles%20Oct-5-2010.zip \u003e images.zip\nunzip images.zip -d ./client/images\nrm images.zip\n```\n\n#### Install server packages\n```\ncd server\nnpm install\n```\n\n#### Running the client (dev only)\n```\ncd client\nserve\n```\n\n#### Running the server (dev only)\n```\ncd server\nnpm run dev\n```\n\n# Roadmap\n\n## Prototype Build\n\n- Tech\n    - [x] Create socket.io server for requests\n    - [x] Use memory for data\n    - [x] Create client ui with canvas\n    - [x] Connect client to server\n- Gameplay\n    - [x] Moving around\n        - [x] Coordinate-based\n    - [x] Panning system\n    - [x] Collision detection\n    - [x] Multiple players\n    - [x] Health system\n    - [x] Fighting enemies\n    - [ ] Picking up items\n    - [ ] Inventory system\n    - [ ] Multiple levels\n    - [ ] Persistence\n\n## Version 1\n\n- Tech\n    - [ ] Create socket.io server (with express for authentication) to handle requests\n    - [ ] Switch to typescript on both sides\n    - [ ] Use redis to handle item, user, and map data\n    - [ ] Create client ui with react\n    - [ ] Connect client to server\n- Gameplay\n    - [ ] Transfer from prototype\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesgameco%2Frogueexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesgameco%2Frogueexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesgameco%2Frogueexplorer/lists"}