Skip to content

DavidLapadula/RPSMultiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

Table of contents

  1. Description
  2. Technology
  3. Installation
  4. Usage

Description

This is a simple web-based implementation of the classic Rock Paper Scissors game, powered by Firebase for data storage.

Technology

  • HTML/CSS
  • Bootstrap
  • Javascript
  • Jquery
  • Firebase

Installation

  1. Clone the repository.
git clone https://github.com/DavidLapadula/RPSMultiplayer.git
cd rpsmultiplayer
  1. Set up Firebase.
  • Create an account in the Firebase Console
  • Create a web app and secure the connection credentials
  • Navigate to ./javascript/rps_logic.js and fill in the "config" object at the top of the file
  1. Open a browswer and enter a the path to the index.html file of the repository in the address bar.

Usage