LEOPARDY! is a multiple-choice trivia game that tests your knowledge about leopards. It was inspired by the popular trivia game show Jeopardy! and Pup Quiz from The Tonight Show Starring Jimmy Fallon.
USER STORIES:
User can view question clues
User can create, update, and delete an account
Ruby, ActiveRecord
- Fork and clone this repository.
- In the terminal, save the cloned repository to a local folder by running:
git clone <repo_url>
- Inside the cloned repository folder in the terminal, run the following to install the dependencies:
bundle install rake db:migrate rake db:seed
- Load the game by running:
ruby bin/run.rb
- In the welcome page, make a selection from the main menu. The menu options include:
1. PLAY! 2. UPDATE PLAYER 3. DELETE PLAYER 4. EXIT
- To start a game, select PLAY! from the menu and enter a name.
- The game starts at the LEOPARDY! round. The first question clue and three multiple choice answers will be generated. Select an answer and it will be revealed to be correct or incorrect.
- Press Enter to continue to the next round, DOUBLE LEOPARDY!. The second question clue and three multiple choice answers will be generated. Select an answer and it will be revealed to be correct or incorrect.
- Press Enter to continue to the last round, FINAL LEOPARDY! A final question clue and three multiple choice answers will be generated. Select an answer and it will be revealed to be correct or incorrect. The game has finished, press Enter to exit the game.
- To play again, press Enter to return to the main menu and select "PLAY!."