This is a simple, 1 player, multiple choice trivia game. Trivia, as we know it, came around in the 1960s when college students traded questions and answers about pop culture from their youth. In this game, you will be tested on random trivia questions from many categories. You may even need to possess knowledge fit for a king. How well can you do?
HTML, CSS, JavaScript
Just click the link below and you will be led to the game page. Click the 'Start Trivia' button and the game will begin. You will be asked 10 questions in total, each with 4 choices. Click whichever choice you think is best. You will shown whether you choice was correct or not, and the next question will load. Once you've answered all 10 questions, you will be shown your final score. You will also be given the option to play again if you so choose.
https://jsparks404.github.io/Project-1-Trivia/
There are a few hiccups I came across. One specific one is when the user hovers over the the choices, the entire background of the choice row would change color. To temporarily fix it, I made it so there was no background showing behind the choices. I hope to fix the problem to allow for better styling. Also I want to make it so the user is only able to answer once within the time frame for each question.


