Flipple is a compact five-letter word guessing game for Flipper Zero.
- Each row is a horizontal letter reel.
- The framed vertical lane is the current guess.
- Use
UpandDownto choose a row. - Use
LeftandRightto rotate that row. - Press
OKto spend a key and test the centered word. - Hold
Backor pressBackto exit the app. - Solve the word before the key counter reaches zero.
- Filled centered tile: revealed letter.
- Underlined filled tile: correct letter locked in the correct position.
- Unfilled centered tile: untested letter.
- Built-in fallback words are compiled into the app.
files/wordlist.txtis bundled as app file assets for catalog builds.- Scoreboard progress is stored in app data as
stats.txt.
Build with uFBT from this directory:
ufbtRun the host-side engine test:
cc -std=c11 -Wall -Wextra -Werror -I. tests/engine_test.c flipple_engine.c -o /tmp/flipple_engine_test
/tmp/flipple_engine_test