Skip to content

kitkat119/rps-challenge

 
 

Repository files navigation

Rock, Paper, Scissors ✊ 📰 ✂️

Maker's Academy Week 3 weekend challenge

Play the classic Rock, Paper, Scissors game against the computer. The winner is the first player to reach 50 points!

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

How to download and run the app:

# Clone the repo and move into it
git clone [email protected]:kitkat119/rps-challenge.git
cd rps-challenge

# Install the dependencies
bundle

# Start the server
rackup

Visit http://localhost:9292 in your browser!

To run the tests:

rspec

Tech

  • Ruby
  • Sinatra
  • Rspec
  • Capybara

image

image

image

About

Create the Rock Paper Scissors Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 55.8%
  • HTML 44.2%