Jeremy-Barrass / rps-challenge

Create the Rock Paper Scissors Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is the third Weekend Challenge from Makers Academy.

The object is to build a fully functional web application to play Rock, Paper, Scissors or variations thereof.

To run the game: Fork this repo, then clone your fork. Change Directory into the project folder (cd rps-challenge). Run Bundle in the project folder (bundle - run gem install bundle first if necessary). Run the controller file in Ruby (ruby app/app.rb). Go to localhost:4567 in your web browser of choice.

About

Create the Rock Paper Scissors Game


Languages

Language:Ruby 90.9%Language:HTML 9.1%