Skip to content
All projects

UpcomingGame

Ravel

A word puzzle for Android that never shows you the words, only their lengths. Each one snakes through the grid of letters, and together they cover every square exactly once. A solver checks every board before it ships, so there is always exactly one answer.

AndroidKotlinJetpack Compose

Ravel hands you a grid of letters and a list of word lengths, and nothing else. Each hidden word is a path through touching squares - up, down, left or right - and the paths together cover the board exactly once. No square is left over and none is shared, so a word that fits can still be wrong if it leaves the rest of the board impossible.

A board only ships if a solver, counting every way the grid can be tiled, finds exactly one. Boards are built on the phone, from 5×5 up to 10×10, so the game needs no connection, no account, and never runs out of levels.

It plays in English and Polish, each with its own dictionary and its own progress, so both ladders can run side by side.