Phaser is a fast, free, and fun open source HTML5 game framework. Here you will find a boilerplate for Phaser 3 in TypeScript and Webpack, Game Examples and Tutorials.
Feedback is always welcome!
Navigate to the folder and clone this repository.
git clone https://github.com/digitsensitive/phaser3-typescript.git
Building and running is as easy as the three following steps:
navigate to root folder
npm install
to install dependencies (folder: node_modules)npm run dev
to build bundle.js & start server.
Alternatively to build a version npm run build
.
- Coin Runner
- Snake
- Flappy Bird (coming soon)