Back to Projects

Tikky - Real-time Tic-Tac-Toe Game
May 2025
Overview
A multiplayer web-based Tic-Tac-Toe game that allows players to challenge each other in real-time using WebSockets.
Problem Statement
Turn-based games often require real-time interactivity for a smooth player experience. Traditional implementations using polling are inefficient and not scalable.
Tech Stack
frontend
React
TailwindCSS
backend
Django
realtime
Django Channels
Redis
WebSockets
Key Features
Real-time Gameplay
Instant updates for both players using WebSockets.
Player Matching
Auto-match players or invite friends via unique game links.
Game State Persistence
Games can be resumed if connection drops.
Screenshots

create game

game