Online Multiplayer Tic-Tac-Toe is a web-based game where two players can join and play Tic-Tac-Toe together in real-time. The game is built using HTML, CSS, Javascript, Express and Socket.io, offering live game play and emoji broadcast functionality. This project is still in development, with additional features such as room creation and game selection planned for future updates.
- Real-time Multiplayer: Play Tic-Tac-Toe with another player in real-time.
- Emoji Broadcast: Send emojis to express your reactions during the game.
- Responsive Design: Enjoy the game on both desktop and mobile devices.
- Room Creation: Create private rooms to play with friends.
- Game Selection: Choose from a variety of games (coming soon).
- Node.js and npm installed
-
Clone the repository:
git clone https://github.com/Ram0O7/tic-tac-toe.git
-
Navigate to the project directory:
cd tic-tac-toe
-
Install dependencies:
npm install
-
Run the development server:
node server.js
-
Open your browser and navigate to
http://localhost:3000
.
- Open the game in your browser.
- Share the game link with a friend to start a match.
- Use the emoji broadcast features to express your emotions and enjoy the game.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
- Email: ram706860@gmail.com
- LinkedIn: linkedin.com/in/ramkrishn-rai
Enjoy playing Online Multiplayer Tic-Tac-Toe and stay tuned for upcoming features!