Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Create the Rock Paper Scissors Game

License

Notifications You must be signed in to change notification settings

aracho1/rps-challenge

 
 

Repository files navigation

RPS Challenge

  • I programmed a Rock Paper Scissors game using Sinatra using an MVC model.
  • Completed all user stories, including single and multi player modes.
  • Test Coverage: 100%

To run the program

  • Use shotgun or rackup to run server
  • Access the game from '/' route

Questions while working on this project

  • Is it possible to store parameters based on user click on images?
  • Is it possible to dynamically load a page depending on user input on the same page? (or do you need JS)

Welcome Page: welcome

Single Player Mode: single_player single_player

Multi Player Mode: multi_player multi_player multi_player

About

Create the Rock Paper Scissors Game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 60.0%
  • HTML 30.6%
  • CSS 9.4%