https://github.com/Endika/flipper-trivia-zero
Flipper Zero game app (FAP) for flashcard-style trivia in Spanish and English with random questions, category headers, and resume support.
https://github.com/Endika/flipper-trivia-zero
bilingual c embedded english fap flipper-zero game spanish trivia
Last synced: about 4 hours ago
JSON representation
Flipper Zero game app (FAP) for flashcard-style trivia in Spanish and English with random questions, category headers, and resume support.
- Host: GitHub
- URL: https://github.com/Endika/flipper-trivia-zero
- Owner: Endika
- License: other
- Created: 2026-04-28T15:22:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-07-06T10:42:02.000Z (2 days ago)
- Last Synced: 2026-07-06T12:15:06.016Z (2 days ago)
- Topics: bilingual, c, embedded, english, fap, flipper-zero, game, spanish, trivia
- Language: C
- Homepage: https://github.com/Endika/flipper-trivia-zero#readme
- Size: 377 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- flipper-zero-awesome - Trivia Zero - on-OK, two languages shipped. | [Endika](https://github.com/Endika) | ⭐ 2 | [Official](https://lab.flipper.net/apps/flipper_trivia_zero) / [GitHub](https://github.com/Endika/flipper-trivia-zero) | (Games)
README
# Trivia Zero
**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
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
- [flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware) and `./fbt` for device builds.