This is the game "ROCK – PAPER – SCISSORS".
First way:
- download docker image and run, using following command:
docker run -p 3000:3000 sweeticherry/rps:0.0.1
Second way:
- Install ruby 2.6.1
- Install gems
- Run application
rails s
After that, you can check this application in
http://127.0.0.1:3000
Choose one of 3 images(rock, paper or scrissors) and wait your opponent's turn. After that game return resuld following the next conditions:
- Rock beats scissors
- Scissors beats paper
- Paper beats rock