Web application that allows user to play rock-paper-scissors.
- Clone repository
git clone git@github.com:tobiasz-p/rock-paper-scissors.git
- Install gems
cd rock-paper-scissors
bundle install
- Run rails server
rails s
- Open browser and go to http://localhost:3000
- Have fun!