Skip to content

Realtime multiplayer browser game. Players pass an orb back and forth for points. Websockets manage the game state and chat.

Notifications You must be signed in to change notification settings

bryangottschalk/websocket-crystalballer-game

Repository files navigation

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

About

Realtime multiplayer browser game. Players pass an orb back and forth for points. Websockets manage the game state and chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published