DGajewska / rps-challenge

Create the Rock Paper Scissors Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock Paper Scissors Web App

This project is a web app game of Rock Paper Scissors with the added Lizard, Spock functionality.

Getting started

In terminal, in the directory where you would like this project:

git clone git@github.com:DGajewska/rps-challenge.git

In terminal, in the directory for this project, type:

bundle

Usage

In terminal, in the directory for this project, type:

rackup config.ru

Then in a browser of your choice, go to:

http://localhost:9292/

The player(s) should then continue in browser.

Running tests

In terminal, you can run tests using:

rspec and rubocop

About

Create the Rock Paper Scissors Game

License:Other


Languages

Language:Ruby 90.7%Language:HTML 7.8%Language:CSS 1.6%