About Griddle
What Is Griddle?
Griddle is a free daily word puzzle that combines the tile-adjacency mechanics of Boggle with the strategic scoring of Scrabble — all played on a 6×6 letter grid in your web browser. Every day a new board is generated, and your challenge is simple: find as many words as you can before the three-minute timer runs out.
Words are formed by selecting adjacent tiles — horizontally, vertically, or diagonally — tracing a connected path across the grid. Each letter tile carries a point value, and four special bonus squares on the board apply multipliers to your letters or entire words, rewarding careful placement and sharp-eyed strategy.
How It Works
When you visit Griddle, today's board is already waiting for you. Tap or click letter tiles to build a word, then submit it to score points. After each valid submission the board automatically shuffles, rearranging the tiles to reveal new word possibilities while keeping the same set of letters in play.
A three-minute countdown keeps the pace brisk. You can pause at any time if you need a break, and a brief countdown at the start of each game gives you a moment to survey the board before the clock begins.
Once the timer expires, you'll see a summary of your performance: total score, word count, your longest and highest-scoring words, and the complete list of everything you found. From there, you can share your results with friends or start an unlimited bonus round to keep playing.
Why Griddle Exists
Griddle was built by a small indie team with a love for word games and a belief that daily puzzles should be instantly accessible — no app downloads, no account sign-ups, no paywalls. We wanted a game that you could open in any browser, play in three minutes over a morning coffee, and come back to tomorrow for a fresh challenge.
The daily puzzle model keeps things fair: everyone plays the same board each day, so you can compare scores with friends and track your improvement over time through streaks and personal stats.
What Makes Griddle Different
Unlike many word games, Griddle requires no account and stores nothing on a server. Your stats, streaks, and badge progress are saved locally in your browser using standard web storage — your data stays on your device and is never shared with anyone.
The combination of adjacency-based word finding and score multipliers creates a depth that rewards repeated play. As you learn the board's bonus square positions and develop an eye for high-value letter combinations, your scores will climb. A badge and achievement system tracks milestones across categories like streaks, high scores, long words, and word counts, giving you goals to chase beyond the daily leaderboard.
Built With Modern Web Technology
Griddle is a lightweight single-page application built with React and TypeScript, served as static files from a global CDN. There is no backend server — the game engine runs entirely in your browser, including the dictionary lookup, board generation, and scoring logic. This architecture means fast load times, offline resilience, and complete privacy by design.
The daily board is generated deterministically from the calendar date using a seeded pseudorandom number generator, ensuring that every player around the world sees the same puzzle each day without any server coordination.