Firebase Rock Paper Scissors Multiplayer Game created as week 7 homework assignment for UT Coding Bootcamp, July 2016-January 2017
Copyright Sarah Riehl 2016 all rights reserved
Assignment below
In this assignment, you'll indeed create another Rock Paper Scissors game. The catch? You're going to make this an online multiplayer game, all with the help of Firebase (and the rest of your web development repertoire)!
- You will be fully capable of doing this homework by the end of Saturday's class.
- Whether you finish the game or not, you must hand in your code by Saturday September 10, 2016 @ 6:30pm to avoid having your work marked incomplete. We don't expect every student to finish this assignment. Still, we do want to see you program this game as best you can.
-
Create a GitHub repo called
RPS-Multiplayer
and clone it to your computer. -
Create a file inside of your
RPS-Multiplayer
folder calledindex.html
. This is where your page's HTML will go.
- Inside
RPS-Multiplayer
, create yourassets
directory.
- Create the folders and files you typically place in
assets
-- just like you had for the prior weeks' homework assignments.
- Create a game that suits this user story:
-
Only two users can play at the same time.
-
Both players pick either
rock
,paper
orscissors
. 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.
-
Throw some chat functionality in there! No online multiplayer game is complete without having to endure endless taunts and insults from your jerk opponent.
-
Styling and theme are completely up to you. Get Creative!
-
-
If you find your skills lacking in any of the subjects we taught you, look at your instructor's in class repository.
-
Find the exercises that you did in class and redo them from scratch. It might seem redundant at first, but this will help edify the material.
-
You can also watch videos of this all of our past lectures--we've saved these to the repo.
-
-
Like always, feel free to contact either your instructor or a TA if you'd like some one-on-one support.
Good Luck!
Coding Boot Camp (C) 2016. All Rights Reserved.