Skip to content

shoaib-1457/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Hacktoberfest Tic Tac Toe

Welcome to the Hacktoberfest Tic Tac Toe project! We invite you to contribute to this fun project and enhance the classic game of Tic Tac Toe using HTML, CSS, and JavaScript. Your contributions are highly appreciated, and this README will guide you on how to get started.

[made-with-html-css-js]

Don't forget to ⭐ the repo

GitHub stars GitHub forks GitHub followers

Table of Contents

Getting Started

Follow these steps to get a local copy of the project and start contributing:

  1. Fork this repository by clicking the 'Fork' button at the top-right of the page.
  2. Clone your forked repository to your local machine:
git clone https://github.com/shoaib-1457/Tic-Tac-Toe.git
  1. Navigate to the project directory:
cd Tic-Tac-Toe
  1. Create a new branch for your feature or bug fix:
git checkout -b feature-name
  1. Make your changes and commit them:
git add .
git commit -m "Add your commit message here"
  1. Push your changes to your fork:
git push origin feature-name
  1. Create a pull request from your fork to this repository via the GitHub website.

How to Contribute

We welcome contributions in the form of bug fixes, new features, or improvements. Please follow these guidelines when contributing:

  • Create a new branch for your work (as described in the 'Getting Started' section).
  • Make sure your code is well-documented and follows best practices.
  • Test your changes thoroughly before submitting a pull request.
  • Be respectful and professional in your communications with other contributors.

Project Images

Here are some screenshots of our Tic Tac Toe game:

Tic Tac Toe Screenshot 1 Tic Tac Toe Screenshot 2

Contributors

We appreciate the following contributors who have helped make this project possible:

Thank you for your contributions and support!

Happy hacking! 🚀