Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 848 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 848 Bytes

PLAYER DEFENSE

A HTML5 side scrolling game created using Phaser

Phaser Build

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

Installation

Install all nodeJs dependecies.

npm install

After the installation is complete you can now proceed to Starting Server

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


NO MORE