Skip to content

taarriag/phaser-shoot-em-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Set up as npm project.
 npm init
  1. Install typescript and webpack globally
 npm install -g typescript webpack
  1. Install development dependencies locally.
 npm install --save-dev ts-loader source-map-loader
  1. Reference globally installed typescript.
 npm link typescript

Compiling:

Execute webpack (alternatively enable watch mode to recompile on changes)

 webpack -w

or compile directly with tsc

 tsc -w

Running the game on a local server:

Start a server in the dist folder using http-server from Node:

 cd dist/
 http-server

About

Old phaser shoot em up boilerplate code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published