Skip to content

Light fork of Phaser: a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.

notnullgames/phaser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

phaser fork

A light & nimble modular fork of phaser

Goals

  • should build easily & modularly for CommonJS systems. Browserify can export all the other modular systems, so this works well for everyone
  • all dependencies tracked as external & not in this repo
  • We left out documentation & shims for various systems. We want a definitive physics engine, etc. If you need other things, be sure to check out phaser
  • We left builds out. You should build it on your own system, or use the npm run full and npm run full-min

Usage

You can install like this:

npm install -save notnullgames/phaser

You can get the whole shebang (including defaults physics libraries,) in your borwserify or webpack system like this:

and then in your client-side code:

var Phaser = require('phaser');

About

Light fork of Phaser: a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%