RobotlegsJS / RobotlegsJS-Phaser-Boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

License:MIT License


Languages

Language:TypeScript 48.8%Language:JavaScript 27.1%Language:PLSQL 21.5%Language:HTML 1.3%Language:CSS 0.8%Language:Shell 0.6%