This is a new trivia door, Good Time Trivia, written in JavaScript
This is a new trivia door, Good Time Trivia, written in JavaScript. This has a question-and-answer format and can give the user multiple tries to answer each question, with clues provided after incorrect answers (the clue will start off with a totally masked answer, and then reveal one letter at a time for each incorrect answer given).
This is currently a single-player game, but multiple users on different nodes can play it simultaneously.
Currently, this trivia game is local to the current BBS only. In the future, I think it would be good to add a feature for networked/inter-BBS games, or perhaps a question server so that systems can dynamically download new questions.
Merge request reports
Activity
assigned to @rswindell
added 1 commit
- a0760214 - Good Time Trivia Q&A files: Fixed some typos, moved some questions from...
- xtrn/readme.txt 0 → 100644
1 Good Time Trivia changed this line in version 4 of the diff
- xtrn/gttrivia/gttrivia.ini 0 → 100644
1 [BEHAVIOR] 2 numQuestionsPerPlay=30 3 numTriesPerQuestion=4 4 maxNumPlayerScoresToDisplay=10 5 6 [COLORS] 7 error=\x01y\x01h changed this line in version 4 of the diff
added 1 commit
- 44023441 - Made the color settings simply a list of attribute characters (i.e., YH for yellow and high)
mentioned in commit 07de5e65