- https://www.luca0n.com/
-
Free and open source programmer
- Joined on
2020-09-26
Add trivia file source support
Add trivia file source support
The game is currently ignoring the amount of questions selected by the player. The game should only show n
amount of questions if the player opens a file which contains more than n
questions (n
…
Gather elapsed time data and show it to the player
Give attribution to Open Trivia Database
Add trivia file source support
Right now, the only supported trivia file format is the same as the Open Trivia Database format output (from https://opentdb.com/api.php
).
Add trivia file source support
The main logic for the trivia file support feature was added in commit 35ade89. The custom options in MainActivity
(questions, category and difficulty) should be used to filter questions on the…
WIP: Add trivia file source support