Tik-Tak
Tic-Tac-Toe with character avatars and game AI

Overview
Tik-Tak is a playful twist on classic Tic-Tac-Toe: custom character avatars, a polished interactive board, and an intelligent computer opponent. Play against the AI or challenge a friend in local multiplayer.
Built with React and Tailwind CSS on a CSS Grid board, the game logic implements an AI opponent that evaluates board states to play competitively rather than randomly — small game, real game-AI fundamentals.
Tech Stack
ReactGame AICSS GridTailwind CSS
Highlights
- ✦Intelligent computer opponent driven by board-state evaluation
- ✦Custom character avatars instead of plain X and O
- ✦Local two-player mode alongside the AI mode
- ✦Live at tiktak.satpal.cloud