{"id":14963919,"url":"https://github.com/phaserjs/create-game","last_synced_at":"2025-10-19T08:32:18.666Z","repository":{"id":230058244,"uuid":"774931074","full_name":"phaserjs/create-game","owner":"phaserjs","description":"Easily create a Phaser project with our official template CLI tool","archived":false,"fork":false,"pushed_at":"2024-11-27T11:43:58.000Z","size":9134,"stargazers_count":39,"open_issues_count":4,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-29T11:11:24.224Z","etag":null,"topics":["angluar","cli","create","game","nextjs","phaser","phaser3","react","vite","vue"],"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/phaserjs.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-20T13:11:55.000Z","updated_at":"2024-12-28T13:00:45.000Z","dependencies_parsed_at":"2024-09-13T20:37:05.906Z","dependency_job_id":"c6160dcc-8b29-4168-b09a-25b1a49c1488","html_url":"https://github.com/phaserjs/create-game","commit_stats":null,"previous_names":["phaserjs/create-game"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Fcreate-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Fcreate-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Fcreate-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Fcreate-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phaserjs","download_url":"https://codeload.github.com/phaserjs/create-game/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237092889,"owners_count":19254298,"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":["angluar","cli","create","game","nextjs","phaser","phaser3","react","vite","vue"],"created_at":"2024-09-24T13:32:19.672Z","updated_at":"2025-10-19T08:32:13.614Z","avatar_url":"https://github.com/phaserjs.png","language":"JavaScript","readme":"# Create Phaser Game\n\n![image](https://raw.githubusercontent.com/phaserjs/create-game/main/phaser-create-game.png)\n\nOne of the easiest ways to get started quickly with [Phaser](https://phaser.io) is by using our `create-phaser-game` app. This is a CLI tool that presents an interactive selection of official project templates and demo games. Just issue the command, answer some questions and the app will download and configure the right package for your needs.\n\nCurrently, we support all of the following frameworks and bundlers:\n\n| Frameworks | Bundlers |\n| --------- | ------- |\n| Vue.js | Vite |\n| React | Rollup |\n| Angular | Parcel |\n| Next.js | Webpack |\n| SolidJS | ESBuild |\n| Svelte | Import Map |\n| Remix | Bun |\n\nMost of these come in both JavaScript and TypeScript versions. The tool will present this option to you when available.\n\n## Demo Games\n\nAs well as the frameworks and bundlers listed above, the app also includes 3 Demo games you can install. These are:\n\n* Phaser's Revenge - A space action pixel-art game.\n* Coin Clicker - Simply click the coins as quickly as you can.\n* Memory Card Game - Match the pairs in this timeless puzzle.\n\nThese games are meant as demonstrations of using the Phaser game framework, so you can learn by example. If you already know what you want to build, you can select one of the templates instead.\n\n## How to use\n\nTo create a new local game template interactively, use one of the following terminal commands:\n\n```\nnpm create @phaserjs/game@latest\n```\n\n```\nyarn create @phaserjs/game\n```\n\n```\npnpm create @phaserjs/game@latest\n```\n\n```\nbun create @phaserjs/game@latest\n```\n\n## First Time Users\n\nIf this is the first time you're using Phaser and you're not sure where to start, we recommend selecting the options: `Web Bundler` and then `Vite`.\n\n## Pass a custom folder\n\nYou can optionally pass the project / folder name and skip that step of the tool by providing a parameter to the create command:\n\n```\nnpm create @phaserjs/game@latest folder-name\n```\n\nIf your folder name has spaces in it, don't forget to wrap it in quotes:\n\n```\nnpm create @phaserjs/game@latest \"folder name\"\n```\n\nIf you want to install into the current folder, use a period instead of a folder name:\n\n```\nnpm create @phaserjs/game@latest .\n```\n\n## After installation\n\nThe tool will then ask you a series of questions to allow you to select the correct template for your needs.\n\nOnce installed, check the `README.md` file in the newly created folder for further instructions on how to launch and configure the template.\n\n---\n\n## Join the Phaser Community!\n\nWe love to see what developers like you create with Phaser! It really motivates us to keep improving. So please join our community and show-off your work 😄\n\n**Visit:** The [Phaser website](https://phaser.io) and follow on [Phaser Twitter](https://twitter.com/phaser_)\u003cbr /\u003e\n**Play:** Some of the amazing games [#madewithphaser](https://twitter.com/search?q=%23madewithphaser\u0026src=typed_query\u0026f=live)\u003cbr /\u003e\n**Learn:** [API Docs](https://newdocs.phaser.io), [Support Forum](https://phaser.discourse.group/) and [StackOverflow](https://stackoverflow.com/questions/tagged/phaser-framework)\u003cbr /\u003e\n**Discord:** Join us on [Discord](https://discord.gg/phaser)\u003cbr /\u003e\n**Code:** 2000+ [Examples](https://labs.phaser.io)\u003cbr /\u003e\n**Read:** The [Phaser World](https://phaser.io/community/newsletter) Newsletter\u003cbr /\u003e\n\n![Phaser Studio](https://raw.githubusercontent.com/phaserjs/create-game/main/phaser-studio-128.png)\n\nCreated by [Phaser Studio Inc](mailto:support@phaser.io). Powered by coffee, anime, pixels and love.\n\nThe Phaser logo and characters are \u0026copy; 2011 - 2024 Phaser Studio Inc.\n\nAll rights reserved.\n","funding_links":[],"categories":["NextJS"],"sub_categories":["Phaser"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphaserjs%2Fcreate-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphaserjs%2Fcreate-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphaserjs%2Fcreate-game/lists"}