trivia-game
A Friend's themed trivia game
Uses HTML and CSS to render the game on the web page.
Uses JavaScript for the logic of the game and jQuery to manipulate the html of the game.
User Story
A basic trivia game with multiple choice or true/false options. The player will have a limited time length to finish the game. When the time runs out (regardless of whether or not they finished), the game will end and they will be shown the number of answers they got correct and incorrect. There will be a counter counting down the remaining time. The player is NOT be able to pick more than one answer for each question.