Phaser 3 boilerplate written in TypeScript.
Phaser is a wonderful, fast and free open source HTML5 game framework. Here you will find everything you need to develop games with Phaser 3 in TypeScript. Have fun discovering, developing and playing! Ideas and corrections are highly desirable to constantly improve this repository!
This repository is a simplified version of digitsensitive's phaser3-typescript repository, which was adapted to suit my needs. Check out his awesome work and Phaser examples ! This repository was created for my own personal use, but feel free to use it as you wish !
Download and install npm with Node.js @ https://nodejs.org/en
Select a folder, navigate to it, and clone this repository with this command-line:
git clone https://github.com/jlepasquier/phaser3-typescript-boilerplate.git
Install the dependencies with this command-line:
npm install
Perform a quick build (bundle.js) and start server:
npm run dev
- Phaser.Game
- Phaser.Scene
- Phaser.GameObject.Image
- Phaser.GameObject.Sprite
- Phaser.GameObject.Group
- Phaser.GameObject.Mesh
- Phaser 3 Framework
- Phaser 3 Docs with TypeScript Definition File
- Phaser 3 Online Docs
- Phaser 3 Official Examples
- Phaser Labs
Want to correct a bug, contribute some code, or improve the codes? Excellent! Let me know! Please read CONTRIBUTING.md for details on our code of conduct.
This project is licensed under the MIT License - see the LICENSE.md file for details