/phaser-template

A very simple Phaser 3 game template using Vite and React with TypeScript.

Primary LanguageTypeScript

Phaser Game Template

A very simple Phaser 3 game template using Vite and React with TypeScript.

Features

  • Multiple scenes included (without any game logic and functionality)
  • TypeScript paths set to @/* for easier development
  • Robust eslint and prettier configuration
  • TailwindCSS

Running Locally

Note

This project uses pnpm as the package manager, but other package managers can be used as well.

To run this project locally, first install the required packages

pnpm install

Then, run the project in the development environment

pnpm dev

If you want to run the project in the production environment

pnpm build
pnpm preview