Skip to content

This is a new trivia door, Good Time Trivia, written in JavaScript

Eric Oulashin requested to merge gttrivia_new into master

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