Skip to content

piesku/phaser-skel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

        Phaser skel
        ===========

A simple and modern template for bootstrapping Phaser games.


        Available commands
        ------------------

Build and run once:

    npm install
    make build
    make serve

Watch the source and rebuild on changes:

    make watch

Build and minify:

    make dist


        Public files
        ------------

The public/ folder should be copied on a remote server.  The play/ subdir is
where the game is located.  play/index.html uses the minified bundle.
play/debug.html uses the unminified bundle and is suitable for debugging.

About

A small and modern Phaser boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published