jaswpratt / nugatoria

A trivia game with questions of little or no consequence.
0 stars 0 forks source link

Nugatoria is Nugatory - (Under Developement)

Nugatoria is Nugatory is a web application trivia question and answer game of little or no consequence. It allows players to chose:

Once the player has selected the criteria for their game, the web app retrieves questions for the game from the Open Trivia Database using their API.
Nugatoria sends a get request to the Open Trivia Database API with these 5 parameters:

The Open Trivia Database then responds with a json string back to the Nugatoria web app. Nugatoria then processes the json string into a collection of questions and answers to be displayed one at a time in the browser for the player to answer. The web app keeps track of the players right and wrong answers and displays their quiz results when all questions have been answered.

Architecture Overview

  1. Platform/IDE
    • Java JDK 1.8
    • Eclipse 2019-09
  2. Servers
  3. Data Source

Software

Java Classes