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

Latest commit

 

History

History
29 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.13 KB

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