Skip to content
Snippets Groups Projects

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

Merged Eric Oulashin requested to merge gttrivia_new into master
2 unresolved threads

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

Pipeline #3383 passed

Pipeline passed for 44023441 on gttrivia_new

Approval is optional

Merged by Rob SwindellRob Swindell 2 years ago (Nov 19, 2022 2:17am UTC)

Merge details

  • Changes merged into master with 07de5e65 (commits were squashed).
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
xtrn/readme.txt 0 → 100644
1 Good Time Trivia
  • 1 [BEHAVIOR]
    2 numQuestionsPerPlay=30
    3 numTriesPerQuestion=4
    4 maxNumPlayerScoresToDisplay=10
    5
    6 [COLORS]
    7 error=\x01y\x01h
  • Eric Oulashin added 1 commit

    added 1 commit

    • 44023441 - Made the color settings simply a list of attribute characters (i.e., YH for yellow and high)

    Compare with previous version

  • merged

  • Rob Swindell mentioned in commit 07de5e65

    mentioned in commit 07de5e65

  • Please register or sign in to reply
    Loading