https://github.com/deya-eldeen/flipperzero-brainy
flipperzero game, brainy, Simon memory game.
https://github.com/deya-eldeen/flipperzero-brainy
Last synced: 26 days ago
JSON representation
flipperzero game, brainy, Simon memory game.
- Host: GitHub
- URL: https://github.com/deya-eldeen/flipperzero-brainy
- Owner: deya-eldeen
- Created: 2026-05-27T22:51:12.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-05-27T23:02:42.000Z (about 1 month ago)
- Last Synced: 2026-05-28T01:08:12.693Z (about 1 month ago)
- Language: C
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- flipper-zero-awesome - Brainy - eldeen](https://github.com/deya-eldeen) | ⭐ 2 | [Official](https://lab.flipper.net/apps/brainy) / [GitHub](https://github.com/deya-eldeen/flipperzero-brainy) | (Games)
README
# Brainy

A Simon Says memory game for the Flipper Zero, featuring Brainy — a pixel-art brain mascot who challenges your memory one step at a time.
## How to play
Watch the sequence of flashing d-pad buttons, then repeat it in the same order. Each round adds one more step. How far can you go?
- **OK** — start / retry
- **Up / Down / Left / Right** — press the matching button during your turn
- **Back** — return to the title screen


## Features
- 100-step sequence cap — beat it and you win
- Playback speed increases with each level (up to 4× faster)
- Ambient background music with slowly shifting pitch
- Particle effects that drift across the screen in all directions
- Vibration and RGB LED flash on a wrong answer
- High score saved to the SD card between sessions
## Building
Requires the [Flipper Zero firmware](https://github.com/flipperdevices/flipperzero-firmware) build environment (`fbt`).
```bash
git clone --recursive https://github.com/flipperdevices/flipperzero-firmware
cp -r brainy flipperzero-firmware/applications_user/
cd flipperzero-firmware
./fbt fap_brainy
```
The compiled `.fap` will be at `build/f7-firmware-D/.extapps/brainy.fap`. Copy it to `SD:/apps/Games/` on your Flipper.
## Author
deya-eldeen — [github.com/deya-eldeen](https://github.com/deya-eldeen)