{"id":18822078,"url":"https://github.com/proyecto26/phaser-workshop","last_synced_at":"2026-03-07T09:04:28.261Z","repository":{"id":78889363,"uuid":"107885420","full_name":"proyecto26/Phaser-Workshop","owner":"proyecto26","description":"A workshop to create awesome games with Phaser Framework 🎮","archived":false,"fork":false,"pushed_at":"2024-10-27T16:28:30.000Z","size":11073,"stargazers_count":24,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-13T00:26:27.605Z","etag":null,"topics":["client-prediction","games","multiplayer-online-game","phaser","phaser-framework","phaser-workshop","workshop"],"latest_commit_sha":null,"homepage":"http://slides.com/juandavidnicholls/phaser-workshop","language":null,"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/proyecto26.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},"funding":{"github":"jdnichollsc","patreon":"proyecto26","open_collective":"proyecto26","ko_fi":"proyecto26","liberapay":"proyecto26","donorbox":"proyecto-26","custom":["paypal.me/jdnichollsc","buymeacoffee.com/jdnichollsc","donorbox.org/proyecto-26"]}},"created_at":"2017-10-22T17:01:43.000Z","updated_at":"2025-09-30T13:49:57.000Z","dependencies_parsed_at":"2024-11-08T00:47:49.964Z","dependency_job_id":"1118053d-1602-4194-9728-c6d610ec1112","html_url":"https://github.com/proyecto26/Phaser-Workshop","commit_stats":{"total_commits":27,"total_committers":1,"mean_commits":27.0,"dds":0.0,"last_synced_commit":"de2d4c143da3827dec9b8ea234098b48a0f11a78"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/proyecto26/Phaser-Workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proyecto26%2FPhaser-Workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proyecto26%2FPhaser-Workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proyecto26%2FPhaser-Workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proyecto26%2FPhaser-Workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proyecto26","download_url":"https://codeload.github.com/proyecto26/Phaser-Workshop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proyecto26%2FPhaser-Workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30210383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["client-prediction","games","multiplayer-online-game","phaser","phaser-framework","phaser-workshop","workshop"],"created_at":"2024-11-08T00:47:44.655Z","updated_at":"2026-03-07T09:04:28.234Z","avatar_url":"https://github.com/proyecto26.png","language":null,"readme":"# Phaser CE Workshop using ES6\nA workshop to create awesome games with **Phaser Framework** 🎮 \n\nDemo: https://proyecto26.com/phaser-real-time\n\n![Phaser Real-time games!](img/realtime-games.jpg)\n\n## Paht Finding and Isometric worls\n`git clone -b isometric https://github.com/proyecto26/Phaser-Workshop.git`\n\n*Demo: https://mmermerkaya.github.io/phaser-isometric-demo/*\n\n## Basic client server interaction\n`git clone -b client-server https://github.com/proyecto26/Phaser-Workshop.git`\n\n*Demo: https://proyecto26.github.io/phaser-real-time/*\n\n## Basic server update loop and client interaction\n`git clone -b server-client https://github.com/proyecto26/Phaser-Workshop.git`\n\n## Server client prediction\n`SOON`\n\n## Preparation\n- [Hello world, the Phaser introduction!](http://slides.com/juandavidnicholls/phaser/)\n- [Node.js basics](http://slides.com/juandavidnicholls/node-js#/)\n- [Phaser Webpack template](https://github.com/lean/phaser-es6-webpack)\n\n## Real-time games\n- **Client prediction:**\n  Inputs will be collected and sent to the server, and states (positions, frames, etc) can be updated while waiting for the messages to come back from the server.\n  \n- **Lag Compensation:**\n  The clients simulate (Interpolation) while the server rewinds the simulation and then sends out the confirmation message to the clients.\n\n## Intructions to run the projects\n- **Client side:**\n```\ncd client\nnpm start\n```\n- **Server side:**\n```\ncd server\nnpm start\n```\n   \n## Resources\n- [How to make a multiplayer online game with Phaser, Socket.io and Node.js](http://www.dynetisgames.com/2017/03/06/how-to-make-a-multiplayer-online-game-with-phaser-socket-io-and-node-js/)\n- [Multiplayer space-shooter game](https://github.com/code0wl/Multiplayer-Phaser-game)\n- [Interest management for multiplayer online games](http://www.dynetisgames.com/2017/04/05/interest-management-mog/)\n- [Fast-Paced Multiplayer](http://www.gabrielgambetta.com/client-server-game-architecture.html)\n\n## Credits\n- **[Joe P](https://twitter.com/jmp909):** http://phaser.io/sandbox/UuTkxwqm/play\n- **[Mertcan Mermerkaya](https://github.com/mmermerkaya):** https://github.com/mmermerkaya/phaser-isometric-demo\n- **[Jerome Renaux](https://github.com/Jerenaux):** https://github.com/Jerenaux/basic-mmo-phaser\n- **[Tom Van Schoor](https://github.com/TVScoundrel):** https://github.com/TVScoundrel/mmo-phaser-es6\n- **[Gabriel Gambetta](https://twitter.com/gabrielgambetta):** http://www.gabrielgambetta.com/client-server-game-architecture.html\n\n## Supporting 🍻\nI believe in Unicorns 🦄\nSupport [me](http://www.paypal.me/jdnichollsc/2), if you do too.\n\nDonate **Ethereum**, **ADA**, **BNB**, **SHIBA**, **USDT/USDC**, **DOGE**, etc:\n\n\u003e Wallet address: jdnichollsc.eth\n\nPlease let us know your contributions! 🙏\n\n## Happy coding 💯\nMade with ❤️\n\n\u003cimg width=\"150px\" src=\"https://avatars0.githubusercontent.com/u/28855608?s=200\u0026v=4\" align=\"right\"\u003e\n","funding_links":["https://github.com/sponsors/jdnichollsc","https://patreon.com/proyecto26","https://opencollective.com/proyecto26","https://ko-fi.com/proyecto26","https://liberapay.com/proyecto26","proyecto-26","paypal.me/jdnichollsc","buymeacoffee.com/jdnichollsc","donorbox.org/proyecto-26","http://www.paypal.me/jdnichollsc/2"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproyecto26%2Fphaser-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproyecto26%2Fphaser-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproyecto26%2Fphaser-workshop/lists"}