Using the Create Phaser Game app
Desktop and Mobile HTML5 game framework. A fast, free and fun open source framework for Canvas and WebGL powered browser games.
Subscribe to our Newsletter
As well as the frameworks and bundlers listed above, the app also includes 3 Demo games you can install. These are:
- Phaser’s Revenge - A space action pixel-art game.
- Coin Clicker - Simply click the coins as quickly as you can.
- Memory Card Game - Match the pairs in this timeless puzzle.
These 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.
How to use
To create a new local game template interactively, use one of the following terminal commands:
npm create @phaserjs/game@latest npx @phaserjs/create-game@latest yarn create @phaserjs/game pnpm create @phaserjs/game@latest bun create @phaserjs/game@latest
First Time Users
If 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.
Pass a custom folder
You can optionally pass the project / folder name and skip that step of the tool by providing a parameter to the create command:
npm create @phaserjs/game@latest folder-name If your folder name has spaces in it, don’t forget to wrap it in quotes:
npm create @phaserjs/game@latest “folder name If you want to install in the current folder, pass ‘.’ as the folder name:
npm create @phaserjs/game@latest .
After installation
The tool will then ask you a series of questions to allow you to select the correct template for your needs.
Once installed, check the README.md file in the newly created folder for further instructions on how to launch and configure the template.
Should you find a bug, or want to view the code behind this tool, you can find it in our create-game app GitHub repository
Literally Mindblowing Gameplay. 15 to 20-minute intense playtime. Enter the arena, go three rounds against The Dealer, and walk away with the prize.
This site only collects related articles. Viewing the original, please copy and open the following link:Using the Create Phaser Game app