Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 443 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 443 Bytes

Rock-Paper-Scissors-Lizard-Spock Multiplayer

A multiplayer rock-paper-scissors game. Uses Firebase to handle multiplayer functionality, and includes a chat window for the two players to hurl insults at each other.

The possible outcomes for R-P-S-L-SP are as follows:

   | r | p | s | l | sp
-----------------------
r  | t | w | l | w | w
p  | l | t | w | w | l
s  | w | l | t | l | w
l  | w | l | w | t | w
sp | l | w | l | l | t