This is a multiplayer Tic Tac Toe game developed using Node.js, Express, and Socket.io. The game can be played in two modes:
- Player vs Player
- Player vs AI
- Node.js
- NPM
- Clone the repository https://github.com/
- Open terminal and navigate to the cloned directory
- Run the command npm install to install all the required packages
- Run the command node index.js to start the server
- Open your browser and navigate to http://localhost:3000
- Player vs Player mode where two players can play together in a single room.
- Player vs AI mode where a player can play against the computer. Three levels of difficulty are available for the player to choose from (Easy, Medium, Hard).
- Clear button to clear the game board.
- Node.js
- Express
- Socket.io
- HTML, CSS, JavaScript
- This project is open to contributions. Feel free to contribute by opening a pull request.