An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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.


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

- [flipperzero-firmware](https://github.com/flipperdevices/flipperzero-firmware) and `./fbt` for device builds.