Skip to content

Tiny flexible template for writing Phaser games in TypeScript using RobotlegsJS.

License

Notifications You must be signed in to change notification settings

RobotlegsJS/RobotlegsJS-Phaser-Boilerplate

Repository files navigation

RobotlegsJS Phaser TypeScript Boilerplate

A bootstrap project to create games with Phaser3 + TypeScript + RobotlegsJS + Webpack.

Features

  • TsLint with TypeScript Standard Style configuration.
  • Browsers are automatically updated as you change project files.
  • Webpack configuration ready.
  • Asset generator.
  • Generated assets loader functionality.
  • Auto resizing.

Dependencies

Why?

TypeScript provides advanced autocompletion, navigation, and refactoring!

Usage

You need Node.js and npm. You should also have git installed, but it's not mandatory.

Clone the repository (or download the ZIP file):

git clone [email protected]:RobotlegsJS/RobotlegsJS-Phaser-Boilerplate.git

Install dependencies:

npm install

Run a development build:

npm start

Run a production build:

npm run build

Serve build:

npm run serve

Contributing

Please report any bugs or add requests on GitHub Issues.

License

MIT

About

Tiny flexible template for writing Phaser games in TypeScript using RobotlegsJS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published