A word board game for mobile devices where up to 4 players can compete together. Multiplayer is implemented with Unity and Photon, with Firebase storing all game data and player progress.

Players can also play against AI opponents, with an adjustable difficulty level that changes how the AI agent scores and selects words. The timer mode adds pressure to every turn, keeping matches fast and competitive.

A full tutorial mode walks new players through the rules, and power-ups are available to disrupt opponents or extend your turn. The combination of human players, AI agents, and power-ups gives the game a flexible session structure suitable for both quick solo play and longer multiplayer sessions.

Tech Stack

Built in Unity with Photon Unity Networking for real-time multiplayer and Firebase for persistent data. The AI agent uses a scoring dictionary to evaluate candidate words and selects based on the configured difficulty tier.

Word Game: physical prototype
Early physical prototype used to validate board layout and turn structure.
Word Game: tile detail
Tile scoring system based on letter frequency, ported directly from the physical version.