Skip to content

Phaserito is a boilerplate for Phaser.io that includes a build process and a library that extends Phaser.

Notifications You must be signed in to change notification settings

nesheroj/phaserito

 
 

Repository files navigation

A Phaser.js boilerplate and a library extension

Phaserito is a template to boost any Phaser.js game development. Phaserito can help you with your starting project structure and build process.

IMPORTANT

Phaserito is heavily based on the work of Nestor Hernández (Phasercito) and on top of the amazing Phaser.js framework by Richard Davey of Photonstorm. You can find Phaser on github and contact Photonstorm via Twitter or on the Phaser forums.

What's in it?

External packages for the build process

Components to extend Phaser features

This section is still a WIP

Project boilerplate: documentation

This section is still a WIP

Installing

Node.js

You will need to first install Node.js

Setup Your Project

Git clone Phaserito.

git clone https://github.com/bernatmv/phaserito.git

Go to the project folder and install all the dependencies using NPM:

npm install

You are now ready to run Phaserito for the first time! just type:

gulp

Documentation

WIP!

Useful tools:

About

Phaserito is a boilerplate for Phaser.io that includes a build process and a library that extends Phaser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • CSS 0.4%