What it is
Still Sudoku is a quiet, modern take on Sudoku — the classic number puzzle, with a calm interface and none of the clutter most puzzle apps pile on. A Bora Technologies product.
The idea
Most Sudoku apps bury the puzzle under ads, popups, and noise. Still Sudoku keeps the screen still: just the grid, your numbers, and the satisfaction of finishing a board.
What it does
- Play anywhere — built for iOS, Android, and web from one codebase.
- Pick up where you left off — game state persists between sessions.
- Gentle feedback — sound and haptics on input, plus optional notifications to nudge you back to an unfinished board.
Engineering decisions
- React Native + Expo with file-based routing for a small, multi-platform app.
- A lightweight state store keeps the board, history, and progress in sync without a heavy backend.
- Reanimated and gesture handling for input that feels immediate.
Current state
In development — the core puzzle, persistence, and feel are in place while the experience is refined.