/rps-challenge

Create the Rock Paper Scissors Game

Primary LanguageRubyOtherNOASSERTION

✊, ✋, ✌️ (Rock, Paper, Scissors) challenge

Work done for the week 3 challenge for Makers Academy

How to download and start the app

git clone https://github.com/[USERNAME]/rps-challenge.git
cd rps-challenge
bundle
rackup
[2017-04-03 10:16:23] INFO  WEBrick 1.3.1
[2017-04-03 10:16:23] INFO  ruby 2.4.0 (2016-12-24) [x86_64-darwin16]
[2017-04-03 10:16:23] INFO  WEBrick::HTTPServer#start: pid=96952 port=9292

Visit: http://localhost:9292 to play

📷 Screenshots

Entering names:

Screenshot

Selecting your choice:

Screenshot

Round Result:

Screenshot

Updated Score:

Screenshot