You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a real-time, two-player Tic-Tac-Toe game built with Node.js and Socket.IO. It allows two players to connect and play against each other in real-time through a web interface.
TicTacToe is made in node.js with socket.io module support to play dual player
Getting Start
git clone https://github.com/bhautikn/TicTacToe.git
npm i && node .
Webserver Starts on port 3000
Happy Hacking 😊
About
This project is a real-time, two-player Tic-Tac-Toe game built with Node.js and Socket.IO. It allows two players to connect and play against each other in real-time through a web interface.