-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from Neutx/main
Readme.md added
- Loading branch information
Showing
4 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# 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](https://img.shields.io/badge/Made%20with-Html-1f425f.svg)] | ||
|
||
### Don't forget to :star: the repo | ||
|
||
[![GitHub stars](https://img.shields.io/github/stars/shoaib-1457/Tic-Tac-Toe.svg?style=social&label=Star)](https://github.com//shoaib-1457/Tic-Tac-Toe) ![GitHub forks](https://img.shields.io/github/forks/shoaib-1457/Tic-Tac-Toe.svg?style=social&label=Forks) ![GitHub followers](https://img.shields.io/github/followers/neutx.svg?style=social&label=Follow) | ||
|
||
|
||
## Table of Contents | ||
- [Getting Started](#getting-started) | ||
- [How to Contribute](#how-to-contribute) | ||
- [Project Images](#project-images) | ||
- [Contributors](#contributors) | ||
|
||
## `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 | ||
``` | ||
|
||
3. Navigate to the project directory: | ||
|
||
``` | ||
cd Tic-Tac-Toe | ||
``` | ||
|
||
4. Create a new branch for your feature or bug fix: | ||
|
||
``` | ||
git checkout -b feature-name | ||
``` | ||
|
||
5. Make your changes and commit them: | ||
|
||
``` | ||
git add . | ||
git commit -m "Add your commit message here" | ||
``` | ||
|
||
6. Push your changes to your fork: | ||
|
||
``` | ||
git push origin feature-name | ||
``` | ||
|
||
|
||
7. 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](/assets/media/pic1.jpg) | ||
![Tic Tac Toe Screenshot 2](/assets/media/pic2.jpg) | ||
|
||
## `Contributors` | ||
|
||
We appreciate the following contributors who have helped make this project possible: | ||
|
||
<div> | ||
|
||
<a href="https://github.com/shoaib-1457/Tic-Tac-Toe/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=shoaib-1457/Tic-Tac-Toe" /> | ||
</a> | ||
|
||
</div> | ||
|
||
Thank you for your contributions and support! | ||
|
||
Happy hacking! 🚀 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.