Tic Tac Toe WebSockets Live Demo 🔗
A Tic Tac Toe game built using WebSockets
Design Inspiration - Dribbble
- Online multiplayer using Sockets
- Allows visitors to join room and spectate game in real-time
- Alerts when one of the player disconnects from the game.
- Offline gameplay against computer using MiniMax algorithm
- NodeJS
- WebSockets using Socket.IO
- ReactJS
- Refactor code
- Rewrite using TypeScript
- FEATURE: Maintain scoreboard for a room
- FEATURE: Player can reconnect to same game (before a set timeout period)
- FEATURE: Indicator for whether current player is "thinking..." or has left for coffee