This project is a multiplayer Tic Tac Toe game built for an assignment using Node.js and Socket.io. The application allows users to either create a new room or join an existing one, making it easy for friends to play together in real-time. By leveraging Socket.io, the game facilitates instant communication between players, ensuring a seamless and interactive gameplay experience. The interface is designed with Tailwind CSS, which provides a clean, responsive, and modern look that enhances the overall user experience. This project not only demonstrates effective use of real-time web technologies but also showcases modern frontend design practices. Enjoy challenging your friends to a classic game with a contemporary twist!
first you need to clone my project with git
git clone https://github.com/Hed10z/tic-toc-toe-multiplayer.git
then run this command for install all package you need
npm install
after that run project and get the port
npm run dev