ehirshfield / rock-paper-scissors

An online multiplayer game of Rock Paper Scissors using Firebase and JQuery

Home Page:https://fathomless-bayou-74291.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase Rock-Paper-Scissors

Summary

Firebase RPS is a fully online multiplayer rendition of the classic game Rock-Paper-Scissors. Using jQuery, HTML, Bootstrap, and Firebase, two users go head to head in a face-paced game of skill and deception.

Tech

Firebase RPS uses a number of open source projects to work properly:

  • Firebase - Realtime database that is fast and simple to use
  • Twitter Bootstrap - Front-end web framework to design and style the app
  • jQuery - JavaScript library that is good for DOM manipulation

Installation

Install the app by cloning the repo and then open it in your preferred browser. You must have git installed

$ git clone https://github.com/ehirshfield/rock-paper-scissors.git
$ cd rock-paper-scissors
$ open index.html

Development

Want to contribute or found a bug? Great!

Create a pull request and I'll check it out. Or email me with your ideas/findings and we can set some time aside to work on it.

You can message me at ehirshfield@gmail.com

Todos

  • Add global high score
  • Expand game to host multiple rooms so more than 2 can play at once
  • Improve UI - maybe icons to choose instead of words
  • Improve the background

License

MIT

About

An online multiplayer game of Rock Paper Scissors using Firebase and JQuery

https://fathomless-bayou-74291.herokuapp.com/


Languages

Language:JavaScript 58.6%Language:HTML 35.4%Language:CSS 5.8%Language:PHP 0.1%