Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 610 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 610 Bytes

PocketFighter

A small multiplayer game built using the Phaser javascript game engine and socket.io

==============================

Setting up dev environment

  1. Clone the repo
  2. npm install
  3. npm install browserify -g
  4. It's done stop reading

'Compiling'

browserify ./client/client.js > ./build/clientBuild.js

Running

node ./server/server.js In your browser navigate to localhost:1337

Developing/Testing

Write code, compile it, write tests, make sure tests pass and actually test, commit