Game transparency

Question sources and licensing

EpisodeBreakdown stores reusable game packs in Firebase. Normal game rounds use the cached library instead of calling an outside API for every player.
EB

Original game content

EpisodeBreakdown Story Packs

Who Am I? clues and Timeline Order events are written in-house as original factual game prompts. The starter collection is seeded once into Firebase and reused during play.
OT

Trivia question source

Open Trivia DB

Imported trivia questions are provided under the Creative Commons Attribution-ShareAlike 4.0 International license. Source and license metadata remain attached to imported records.

How the library stays efficient

  • Starter story packs are written locally and seeded once.
  • Outside trivia data is imported in admin-controlled batches.
  • Duplicate content is rejected before storage.
  • Correct answers remain server-side during active games.
  • Usage and accuracy totals are stored for quality review.
  • Normal gameplay does not call Open Trivia DB or another paid API.
← Return to the Game Arena