Skip to content

carolinapc/RPS-Multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

RPS Multiplayer Game

Rock Paper Scissors Multiplayer Game with a chat available!

In this game only 2 people can play at the same time and talk to each other. The first person connects and waits the second one to start the game. If a third person connect, it will be waiting the fourth one connect in order to play and so on. Every chat will be seen only for the 2 people playing each other.

Both players pick either rock, paper or scissors. After the players make their selection, the game will tell them whether a tie occurred or if one player defeated the other.

The game will track each player's wins and losses.

Play the Game!

preview

Technologies Used

  • Javascript
  • Firebase Real-time database
  • jQuery
  • Bootstrap