Skip to content

A trivia game utilizing JavaScript and jQuery, and based on the TV show "King of the Hill".

Notifications You must be signed in to change notification settings

kanikas01/king-of-the-hill-trivia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 

Repository files navigation

King of the Hill Trivia

Click here to view deployed project

This is a short trivia game based on the TV show "King of the Hill". Each question is timed, and at the end of the game the user is shown a summary screen with the number of correct, incorrect and unanswered questions.

The game code utilizes an object-oriented approach, with game functionality being controlled by a game object, and all questions represented as question objects which are organized into an array.

While testing the game on github pages, I noticed that the appearance of the gif images at the end of each round was often delayed by a second or so. I was able to correct this by preloading all gifs into a hidden div when the page loads.

About

A trivia game utilizing JavaScript and jQuery, and based on the TV show "King of the Hill".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published