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.
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
- Build or download the
.fapfor this app. - Copy
flipper_trivia_zero.fapto the SD card (e.g.apps/Games/). - On the Flipper: Apps → Games → Trivia Zero.
Build
- Host tests:
make test(gcc, no Flipper SDK). - FAP: set
FLIPPER_FIRMWARE_PATHto your firmware checkout, thenmake prepareandmake fap.
Requirements
- flipperzero-firmware and
./fbtfor device builds.