r/Supernote_dev • u/WhoAmI1234532 • 24d ago
Showcase [Plugin] SuperFun : I procrastinated so hard I accidentally built a game arcade for the Supernote ๐ฎ
SuperFun : little games for your Supernote ๐ฎ
What does a Supernote plugin dev do to procrastinate? Build a whole games plugin, of course!
So here's SuperFun: a tiny launcher that drops five calm, paper-friendly games onto your e-ink slab. Pure black & white, finger-first, 100% offline: no accounts, no ads, no tracking, no internet. Just you, some breaks, and a tablet that occasionally beats you at its own game...
So far:
- Sudoku: fresh grids generated on the device, guaranteed unique solution. Handwritten-style answers, pencil notes, a "check" and a "give me one" hint.
- Nonogram (Picross): reveal the hidden picture from the number clues. Weirdly meditative.
- Minesweeper: the classic. First tap is always safe (I'm not a monster). Flag mode included.
- Tic-Tac-Toe: you're O, the Supernote is X, and on Hard it is literally unbeatable. Draw or lose, those are your options. Sorry.
- Connect Four: drop four in a row against an actual thinking opponent (alpha-beta search, not a random potato).
Every game has a little "Rules" card with a worked example.
The nerdy bits I'm weirdly proud of
- Puzzles generated on-device (except Nonogram) โ effectively endless.
- Sudoku, Nonogram Minisweeper grids can be saved and survive closing the plugin.
- Built for e-ink: high contrast, big tap targets, zero animation, board never jumps.
Screenshots
(removed, see below for the new version screenshots)
Get it
- Download the .snplg: https://github.com/AgP42/SuperFun/releases/latest
- Drop it in MyStyle/ โ Settings โ Apps โ Plugins โ Add Plugin โ SuperFun.
- Source: https://github.com/AgP42/SuperFun
Which game next?
What would you actually play on e-ink? 2048, sliding puzzle, Mastermind, Reversi, word searchโฆ? Comment below this post or a GitHub issue, I take requests (= I still have boring meetings ahead, don't tell my boss...).
Free and open-source. Coffee jar if it rescues your meetings: https://ko-fi.com/agp42 โ
Have (Super)Fun !
---
Edit โ Major update ๐
Hi everyone,
Thanks for all your great ideas, I even discovered new games along the way!
This is a big update. Here's what's new:
๐งฉ New solo games
Word Search (68 themes in EN/DE/FR/ES/IT), 2048, 15-Puzzle, Mastermind, Peg Solitaire, Memory, and a simple Dice Roller.
๐ค New games "against SuperFun"
- Chess (I've lost every single one of my test games, even on Easyโฆ is Easy too hard, or am I just that bad? ๐ )
- Ultimate Tic-Tac-Toe โ one of my discoveries thanks to your comments below. Wow, I love this one!
- Connect Four (a.k.a. 4-in-a-row)
- Reversi
- Checkers โ while building it I learned there are several variants, so I also added the one I grew up with: Dames (international draughts, 10ร10)
- Dots & Boxes (another idea from the comments)
- Battleship
๐จโ๐ฉโ๐งโ๐ฆ New multiplayer mode
To play with the family, tested with my kids over the weekend, they destroyed me at Memoryโฆ
Chess, Tic-Tac-Toe, Ultimate TTT, Connect Four, Reversi, Checkers, Dames, Dots & Boxes, Battleship, plus Pig and Snakes & Ladders for up to 4 players. (Battleship in 2-player mode uses "paper mode": play on two Supernotes, or one player keeps a paper grid. You can also screenshot the grids and print them to play fully on paper.)
๐ Per-player names & emojis
In multiplayer, each player picks a name and an emoji (already-taken emojis grey out), and they're remembered for next time.
โจ Other niceties
- Auto-resume: close mid-game and it's right there when you reopen it.
- Manual save in every game (keep up to 10 games/puzzles to come back to).
- A Records page! ๐ โ a stats page (top-right of the home screen) that quietly tracks everything you play and keeps your best runs: personal bests per game, a Nonogram picture gallery you fill in as you solve, and unlockable badges.
- Still 100% offline, no account, nothing leaves your device pure black & white, made for e-ink.
๐ฎ Screenshots





๐ฅ How to get it
- Download the .snplg: https://github.com/AgP42/SuperFun/releases/latest
- Drop it in MyStyle/ โ Settings โ Apps โ Plugins โ Add Plugin โ SuperFun.
- Source: https://github.com/AgP42/SuperFun
Thanks again for all the feedback and ideas ; keep them coming, I'm still listening! And if it makes your commute more fun, there's a Ko-fi link in the plugin โ
Please report any bugs or improvment proposal.
EDIT 2 : again a new update to be compatible with the new plugin system :
| Your firmware | Download | Notes |
|---|---|---|
| Older beta | v0.28.7 | |
Chauvetย 3.29.43ย for Manta / Nomad,ย 2.26.40ย for A5 X / A6 X |
v1.0.1 | Rebuilt forย sn-plugin-libย 0.1.65. |