Skip to content

ShivangAgr/tic-tac-toe-websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe WebSockets Live Demo 🔗

Tic Tac Toe Logo

A Tic Tac Toe game built using WebSockets

Design Inspiration - Dribbble

Features

  • 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

Technologies used

Roadmap

  • 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