Bricksdle Web Game
Bricksdle is a web-based daily guessing game designed specifically for LEGO fans. Players test their knowledge across four distinct game modes: Classic (guess the set with color-coded feedback on piece count, year, and price), Image (identify the set from a visual snippet), Minifigs (determine the set based on its included minifigures), and Emoji (decode clues to name the set).
The Challenge
Handling search indexing and autocompletion for thousands of LEGO sets on client-side, while managing daily resets, user statistics, and state persistent storage efficiently.
The Solution
Engineered a client-side search parser with lightweight fuzzy matching, designed a state engine using localStorage to track user scores and game states across all modes, and implemented responsive layout structures for mobile and desktop screens.

