-
Notifications
You must be signed in to change notification settings - Fork 0
Worffle.md
wildblount edited this page Jun 5, 2025
·
3 revisions
Worffle is a word puzzle game that challenges players to unscramble letters to reveal the hidden word. Designed to be simple, fun, and mentally stimulating, the game includes visual animations, difficulty levels.
- The player is presented with a scrambled word in a row (e.g.,
R D W O). - Below it is an empty row of boxes.
- One by one, move letters down into the correct positions, visually reconstructing the original word (e.g.,
W O R D). - The player learns the correct ordering visually and then begins solving similar word puzzles.
-
Welcome Screen
- Allows the player to choose a level (1–4), corresponding to word length.
-
Game Screen
- A scrambled word is shown.
- The player picks letters one by one to reconstruct the correct word.
- When all letters are moved to the bottom row, the result is checked. If incorrect, the same puzzle is repeated again. If correct, the player will be presented with a new puzzle.
| Level | Word Length |
|---|---|
| 1 | 4-letter words |
| 2 | 5-letter words |
| 3 | 6-letter words |
| 4 | 7-letter words |
- No notification permission is requested
- No user data is tracked or transmitted