Skip to content

lupo72/phaser3-typescript-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Boilerplate for Phaser3 + Typescript

Clean boilerplate to make games with Phaser3 and Typescript, made with love and passion

What is Phaser?

"Phaser is an HTML5 game framework which aims to help developers make powerful, cross-browser HTML5 games really quickly. It was created specifically to harness the benefits of modern browsers, both desktop and mobile. The only browser requirement is the support of the canvas tag."

Dependencies

Node.js + NPM

Install the dependencies and devDependencies and start the dev-server.

$ cd phaser3-typescript-boilerplate
$ npm install
$ npm run dev

For production environments...

$ npm install
$ npm run build

Where can i start to learn about Phaser 3?

You could follow the official tutorial that make a simple plataform game

Notes and useful links:

https://www.html5gamedevs.com/topic/36632-changing-collision-detection-for-arcade-physics/

About

🎮 Boilerplate for Phaser3 + Typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%