Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 806 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 806 Bytes

socket-paper-scissors

A browser-based, multiplayer Rock, Paper, Scissors game built with socket.io and vue.js.

  • Play against friends or strangers online.
  • Join multiple concurrent games from the same tab.

Check out the latest "stable" version at socket-paper-scissors.herokuapp.com

TODO

  • UI
    • Highlight selected action (socket/paper/scissors) so player knows their choice at a glance
    • Upon reveal, show icons instead of just text name of selection
    • make pretty
  • Features
    • Add generated friendly names for game channels
    • Allow users to create new or join existing named channels for playing against friends
    • url channel routing to allow link sharing for friend invites