Skip to content

Latest commit

 

History

History
executable file
·
10 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

executable file
·
10 lines (8 loc) · 423 Bytes

Shooting Game

Description

Multi-players shooting game across machines using WebSockets.

Getting Started

  • npm install Install all node modules under main directory.
  • npm run bower-install Install bower dependencies for frontend.
  • npm run build Build project to generate minified css and browserified JS file.
  • npm start to run server locally or npm run gulp-start to run sever in development mode.