Skip to content

This application allows two users with separate sessions/devices to play against one another. The game follows straightforward rock paper scissors rules. Users' stats, choices, and chat messages are tracked and updated in realtime via Firebase. I took this project as an exercise in extending and hardening my skills with Firebase. As such, the de…

Notifications You must be signed in to change notification settings

DaneTheory/RPS-Multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RockPepperScissors-Game

This is a Game with Rock Pepper and Scissors and the participants are able to play this type of game only through network.

In order to store the games state, we need to use Firebase's realtime database. Click the following link to learn more:

https://firebase.google.com/docs/database/web/read-and-write

Homework, week 5, UC Berkeley coding boot camp

Languages used

HTML

CSS(media queries, font-awesome, animations)

JavaScript/jQuery

Firebase for persistant storage

How to play

Type in your name and press "Start" to begin (may need to wait for other player) First player clicks on selection Second player clicks on selection Review ending results and play again Chatting can be done at anytime by typing in message box and hitting send.

About

This application allows two users with separate sessions/devices to play against one another. The game follows straightforward rock paper scissors rules. Users' stats, choices, and chat messages are tracked and updated in realtime via Firebase. I took this project as an exercise in extending and hardening my skills with Firebase. As such, the de…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published