Words Connect! - Mobile Game
July 1, 2010

A mobile puzzle game that blends word formation with tile based matching mechanics, featuring 20+ levels and a scalable backend architecture.
A grid based word puzzle game developed using Unity3D for mobile platforms, blending word formation mechanics with tile based matching puzzle gameplay. Was available on both the App Store and Google Play, but has since been retired. Players spell words by connecting adjacent letter tiles across dynamic grid layouts to complete level specific objectives within a limited number of moves. To create strategic depth and progression, the game features varied tile types and environment mechanics, including breakable ice blocks, sinkable anchors, rooted tiles, structural walls, bombs, and special bonus multipliers, alongside dedicated tutorial levels for onboarding players.
Technically, the project is implemented in C# for the Unity game engine using an extensible object oriented component architecture centered around GameController, GridController, and dynamic tile entity handlers. UI motion and tile animations are driven by the DOTween library, coupled with an adaptive frame rate management system that throttles target frame rates between 15 FPS during idle states and 60 FPS during active animations for power efficiency. The client integrates with a backend REST server for user authentication, level data fetching, state persistence, and telemetry logging, while leveraging an in-memory dictionary data structure for rapid client side word validation.