Skip to content

Commit

Permalink
Merge pull request #8 from Neutx/main
Browse files Browse the repository at this point in the history
Readme.md added
  • Loading branch information
shoaib-1457 authored Oct 27, 2023
2 parents 74d36de + 47bbaf2 commit 9fe7d12
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions README.md
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! 🚀
Binary file modified assets/media/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media/pic1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/media/pic2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9fe7d12

Please sign in to comment.