Trivia Zero

May 7, 2026 · View on GitHub

Flipper Zero external application (FAP). Install it on the microSD of your Flipper and run it from Apps → Games → Trivia Zero.

Flashcard-style trivia: a question is displayed on screen, press OK to reveal the answer, press right to advance to the next random question. Two languages (Spanish and English) shipped by default. No score, no timer — just variety.

Trivia Zero question screen on Flipper Zero Trivia Zero answer screen on Flipper Zero

Question (left) — press OK to reveal the answer (right), then for the next one.

Features

  • Bilingual UI and content (ES + EN), language selection persisted on SD.
  • 6 + 1 categories (the classic 6 Trivial Pursuit categories plus "Cultura General"), shown as an inverted-video header above each question.
  • Random pool with in-session anti-repetition.
  • Resume on relaunch — the app remembers the last question you saw.

Install on Flipper Zero

  1. Build or download the .fap for this app.
  2. Copy flipper_trivia_zero.fap to the SD card (e.g. apps/Games/).
  3. On the Flipper: Apps → Games → Trivia Zero.

Build

  • Host tests: make test (gcc, no Flipper SDK).
  • FAP: set FLIPPER_FIRMWARE_PATH to your firmware checkout, then make prepare and make fap.

Requirements