Skip to content

sxweet/player-defense

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

HTML 5 Player Defense using Phaser 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.4%
  • CoffeeScript 37.7%
  • HTML 1.2%
  • CSS 0.7%