Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 521 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 521 Bytes

Deployed: http://crystalballer.herokuapp.com/ open link on two different devices or windows for multiplayer

Crystal Baller is a realtime multiplayer browser game built in 4 days. Players pass an orb back and forth for points. State of the game is managed by WebSockets. A realtime chatroom is also available.

• Tech stack: Phaser.js and WebSockets (Socket.io)

Commands

  • Install - npm install
  • Phaser3 client - npm run dev-client
  • Server - npm run dev-server
  • Or to run them concurrently - npm run dev