Skip to content

Tic-Tac-Toe multiplayer game designed using React and Socket.io

License

Notifications You must be signed in to change notification settings

Ctrl-E/Tic-Tac-Toe-Multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Multiplayer Game - Welcome to Open Source Contributions 🍉

We appreciate your interest in contributing to this project. Whether you're fixing a bug, adding a feature, or improving documentation, your help is valuable.

How to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

License

This is a simple Tic-Tac-Toe game designed using React and Socket.io for multiplayer functionality.

Features

  • Play Tic-Tac-Toe with another player in real-time.
  • Real-time updates for game state changes.
  • Responsive design for mobile and desktop.

Technologies Used

  • React
  • Socket.io
  • CSS

Installation

  1. Clone the repository:

    git clone https://github.com/Ctrl-E/Tic-Tac-Toe-Multiplayer
  2. Navigate into the directory:

    cd Tic-Tac-Toe-Multiplayer
  3. Setup Server:

    cd server
    npm install
    node index.js
    
  4. Setup Client:

    cd client
    npm install
    npm run dev
    
  5. Open your browser and go to http://localhost:5173/ to start the game. Open another browser or tab and go to the same URL to play with another player.

Enjoy the game!

About

Tic-Tac-Toe multiplayer game designed using React and Socket.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published