Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 941 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 941 Bytes

TriviaGame

this app is a Trivia game using JavaScript for the logic and jQuery to manipulate HTML. the app gets questions from an API. the game shows only one question until the player answers it or their time runs out. If the player selects the correct answer,it shows a screen congratulating them for choosing the right option. After a few seconds,it displays the next question. The scenario is similar for wrong answers and time-outs. If the player runs out of time,it tells the player that time's up and display the correct answer. Wait a few seconds, then show the next question. If the player chooses the wrong answer,it tell the player they selected the wrong option and then display the correct answer. Wait a few seconds, then show the next question. On the final screen, show the number of correct answers, incorrect answers, unanswered questions and an option to restart the game . link:https://abdel-lall.github.io/TriviaGame/