iamparas0 / TIC-TAC-TOE

take a preview
https://tic-tac-toe-peach-eight.vercel.app/
MIT License
59 stars 174 forks source link
gssoc-ext hacktoberfest-accepted

Tic Tac Toe Game πŸ•ΉοΈ

This is a simple Tic Tac Toe game built with React. It allows two players to take turns marking cells in a 3x3 grid. The player who successfully places three marks in a row (horizontal, vertical, or diagonal) wins the game. If all cells are filled with no winner, the game results in a draw.


🌟 Demo

Check out the live version of the game here.


πŸš€ Installation

Follow these steps to run the game locally:

  1. Clone the repository:

    git clone https://github.com/iamparas0/TIC-TAC-TOE.git
  2. Navigate to the project directory:

    cd TIC-TAC-TOE/paras
  3. Install dependencies:

    npm install
  4. Run the game:

    npm run start
  5. Open your browser and visit http://localhost:3000 to play the game!

πŸ› οΈ Technologies Used

πŸ“ Game Rules

🌱 Contributing

We welcome contributions to this project! Here’s how you can get started:

  1. Fork the repository to your GitHub account.

  2. Clone your forked repository locally:

    git clone https://github.com/your-username/TIC-TAC-TOE.git
  3. Create a new branch for your changes:

    git checkout -b feature-branch
  4. Make your changes and commit them with clear messages.

  5. Push your changes to your forked repository:

    git push origin feature-branch
  6. Please let me know before PR and aslo put SS or Short video so i can preview .

  7. Submit a pull request to the main repository.

πŸ“„ License

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

🌟 Our Contributors


πŸ“¬ Contact

For any inquiries or suggestions, feel free to reach out to: pearsparas@gmail.com

⭐ Give it a Star!

If you find this project useful, please give it a star!

Enjoy the game and happy coding! πŸŽ‰