1.0.6 • Published 1 month ago

@phaserjs/create-game v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

Create Phaser Game

image

One of the easiest ways to get started quickly with Phaser 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.

Currently, we support all of the following frameworks and bundlers:

FrameworksBundlers
Vue.jsVite
ReactRollup
AngularParcel
Next.jsWebpack
SolidJSESBuild
SvelteImport Map

Most of these come in both JavaScript and TypeScript versions. The tool will present this option to you when available.

Demo Games

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
bunx 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"

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.


Join the Phaser Community!

We 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 😄

Visit: The Phaser website and follow on Phaser Twitter Play: Some of the amazing games #madewithphaser Learn: API Docs, Support Forum and StackOverflow Discord: Join us on Discord Code: 2000+ Examples Read: The Phaser World Newsletter

Phaser Studio

Created by Phaser Studio Inc. Powered by coffee, anime, pixels and love.

The Phaser logo and characters are © 2011 - 2024 Phaser Studio Inc.

All rights reserved.

1.0.2

1 month ago

1.0.6

1 month ago

1.0.5

1 month ago

1.0.4

1 month ago

1.0.3

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago