/rps-challenge

πŸ—ΏπŸ“„βœ‚ Rock Paper Scissors Game in Ruby & Sinatra

Primary LanguageHTMLOtherNOASSERTION

RPS Game

Overview

This is your classic Rock, Paper, Scissors game. The basic functionaly includes:

  • Gets your name.
  • Puts you against the computer.
  • Gives you three options of moves to make. I don't want to give away too much, but you could probably guess what three moves.
  • Computer randomly picks one of the three options as well.
  • You win or you lose! Unless it's a tie.
  • Keeps track of your score during the game. Just in case you are competitive enough and haven't discovered better games yet.

Installation

If you're ready to dive into the game that's gonna make your adrenaline spike up, just follow these easy steps.

  1. clone the repository to your machine
  2. run bundle install from the folder
  3. rackup
  4. visit http://localhost: + 4 numbers given by rack
  5. don't forget your friends and family while playing this crazy game

Screenshot

RPS Screenshot

Credits

  • Thank you to Makers for providing this challenge to work on.
  • RPS icons' resources: 1, 2, 3