user can register by email
user can log into application by email and password
Each game have starter user to initiate the game.
a game can have questions of one or more categories.
the starter can initiate: number of questions, time limit for answering each question, the difficulty level and the
category of the questions.
each player should see their score.
game winner is the player who answered more correct questions.
- ID
- Avatar
- Password
- ID
- Category
- QuestionIDs
- PlayerIDs
- StartTime
- DurationTime
- ID
- UserID
- GameID
- Score
- Answers
- ID
- Question
- Answer List
- Correct Answers
- Difficulty
- Category
- ID
- Type
- Description