Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 616 Bytes

Tuts+ Multiplayer Pirate Game Tutorial

This project contains the complete example of my Tuts+ tutorial on creating a multiplayer game with Socket.io and Phaser.

Animated gif of two ships battling

This is a local version of the online Glitch app. To run it:

  • Download or clone the repository
  • Run npm install inside
  • Run npm start
  • Open up http://localhost:5000 in your browser
  • Open up another window and play!

Controls are W or UP to move towards mouse and click to shoot.