A HTML5 side scrolling game created using Phaser
This is the command to create a custom Phaser. For more information visit creating-custom-phaser-builds
grunt custom --exclude ninja --filename phaser_custom --sourcemap true --uglify true
Get the files EXCEPT the modules directory to public/vendor
Install all nodeJs dependecies.
npm install
After the installation is complete you can now proceed to Starting Server
To start the server on your terminal and directory just run:
node server
By default the port is 5000. However, you can customize your port:
node server --port 1234
Then the game port is 1234