Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.34 KB

File metadata and controls

48 lines (37 loc) · 1.34 KB

Rock Paper Scissors Challenge

This is a rock, paper, scissors game web application, that allows you to play a single-player game.

About

This is a weekend challenge from week 3 of the Maker's Academy course. The Makers Academy Marketing Array ( MAMA ) asked us to create a game, that they can play to take a break from their daily grind.

They provided the following user stories:

As a marketeer
So that I can see my name in lights
I would like to register my name before playing an online game

As a marketeer
So that I can enjoy myself away from the daily grind
I would like to be able to play rock/paper/scissors

Technologies

This project is created with:

  • Ruby 3.0.2
  • Webrick 1.3.1
  • Sinatra
  • Rspec
  • Capybara
  • Rackup
  • Launchy

Installation

To run this project, clone this repository, install the gems and run rackup using bundler:

$ git clone git@github.com:[USERNAME]/rps-challenge.git
$ cd rps-challenge
$ bundle
$ rackup

Then place this into your browser and you're ready to play the game:

http://localhost:9292

Once you're on the web app, enter your name and pick between Rock, Paper or Scissors and find out if you've beat the computer! Have fun!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.