Skip to content

JayWebz/CountdownTriviaGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Countdown Trivia game

A responsive 3-question timed trivia game that runs like a Buzztime trivia game. Powered by Javascript.

Question data sourced from https://opentdb.com/api_config.php.

API: https://opentdb.com/api.php?amount=3&category=9&type=multiple

Sample Response:

{ 
  results": [
    {
      "category": "General Knowledge",
      "type": "multiple",
      "difficulty": "easy",
      "question": "What is the first book of the Old Testament?",
      "correct_answer": "Genesis",
      "incorrect_answers": [
        "Exodus",
        "Leviticus",
        "Numbers"
      ]
    }
  ]
}

Known issues and future enhancements:

-When app is running, app must remain in active window. If referred back to, game will break due to DOM timing misses.

-Scoring needs should be visible at the end of each question.

-Space out clue delivery a bit more.

About

A 3-question timed trivia game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published