/Quiz_Game

Primary LanguageJavaScript

"Quiz Game"


Project Description:

A timed quiz made with JavaScript to demonstrate JS fundamentals.

The game begins with a start screen explaining the rules. The game starts, by clicking the "Play Game" button, which starts the countdown timer and displays the first questions with 4 multiple choice answers. When an answer is selected, text verifying whether the answer was correct or incorrect, and either the score is increased or the time decreased accordingly. When time runs out or all questions are answered, the screen displays "Game Over," the final score, and requests the user's initials. Once initials are entered, the "High Score" rankings are displayed with buttons to either clear the rankings or play again.


Screenshot:

Quiz Game Screenshot

How to Install and Run:

Clone from Michael-Bee's repository at https://github.com/Michael-Bee/Quiz_Game

Visit page at https://michael-bee.github.io/Quiz_Game/


Credits:

Made by Michael Bee, 2022

Resources:

https://www.w3schools.com/

https://developer.mozilla.org/en-US/


License:

MIT License Copyright (c) [2022] [Michael Bee]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.