Skip to content

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

Notifications You must be signed in to change notification settings

SaintMercury/PocketFighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published