{"id":21405304,"url":"https://github.com/aaron5670/simple-realtime-phaser-3-platformer","last_synced_at":"2025-07-13T23:30:40.507Z","repository":{"id":39292193,"uuid":"227697322","full_name":"aaron5670/Simple-Realtime-Phaser-3-Platformer","owner":"aaron5670","description":"🕹️ Simple realtime platform game build with Phaser 3, Socket.io, ExpressJS \u0026 Webpack 4.","archived":false,"fork":false,"pushed_at":"2023-01-01T14:23:20.000Z","size":803,"stargazers_count":4,"open_issues_count":30,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-07T20:06:21.731Z","etag":null,"topics":["expressjs","multiplayer-browser-game","multiplayer-game","multiplayer-web-game","phaser","phaser-framework","phaser3","socket","socket-io","webpack"],"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/aaron5670.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}},"created_at":"2019-12-12T21:11:38.000Z","updated_at":"2024-05-29T11:58:30.000Z","dependencies_parsed_at":"2022-08-24T05:01:55.877Z","dependency_job_id":null,"html_url":"https://github.com/aaron5670/Simple-Realtime-Phaser-3-Platformer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aaron5670/Simple-Realtime-Phaser-3-Platformer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron5670%2FSimple-Realtime-Phaser-3-Platformer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron5670%2FSimple-Realtime-Phaser-3-Platformer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron5670%2FSimple-Realtime-Phaser-3-Platformer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron5670%2FSimple-Realtime-Phaser-3-Platformer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaron5670","download_url":"https://codeload.github.com/aaron5670/Simple-Realtime-Phaser-3-Platformer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron5670%2FSimple-Realtime-Phaser-3-Platformer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265220086,"owners_count":23729757,"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":["expressjs","multiplayer-browser-game","multiplayer-game","multiplayer-web-game","phaser","phaser-framework","phaser3","socket","socket-io","webpack"],"created_at":"2024-11-22T16:24:04.765Z","updated_at":"2025-07-13T23:30:40.169Z","avatar_url":"https://github.com/aaron5670.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple realtime platform game build with Phaser.io\nSimple realtime platformer build with Phaser 3, Socket.io, ExpressJS \u0026 Webpack 4.\n\n### How to install\n\n1. Git clone this repository\n2. Create in the server folder a file called config.js\n3. Add the following code to the config.js file:\n    ```javascript\n    //CLOUD.MONGODB.COM DEVELOPMENT SETTINGS\n    // TIP: Create free online MongoDB Cluster at: https://cloud.mongodb.com/\n    const USERNAME = \"YOUR_MONGODB_USERNAME\";\n    const PASSWORD = \"YOUR_MONGODB_PASSWORD\";\n    const HOST = \"your-host-url.mongodb.net\";\n    const PORT = \"27017\";\n    const DB = \"realtime-pusher-game\";\n    \n    module.exports = {USERNAME, PASSWORD, HOST, PORT, DB};\n    ```\n4. Run the command ``npm install`` in the client folder.\n5. Run the command ``npm install`` in the server folder.\n6. Run server.js with ``node server.js`` in the server folder.\n7. Run the Webpack server in client folder with the command: ``npm start``.\n8. Go to http://localhost:8080/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaron5670%2Fsimple-realtime-phaser-3-platformer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaron5670%2Fsimple-realtime-phaser-3-platformer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaron5670%2Fsimple-realtime-phaser-3-platformer/lists"}