Skip to content

Ronak-Dagale/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎃 PCCOE ACM Website - HacktoberFest 2023 🎃
Screenshot 2023-10-15 at 12 01 14 AM

Contribute here to complete your HacktoberFest Event.

Tic-Tac-Toe Game 🔥

I am excited to welcome contributions from anyone interested in participating in Hacktoberfest 2023.

Take a look at click

About the PCCOE ACM Website Project

Welcome to the PCCOE ACM Hacktoberfest 2023 event! This repository is for contributions to the PCCOE ACM website. This project is open to all members of the GitHub community, and you can make your first contribution to an open source project here. Your contributions will help improve the PCCOE ACM website.

What is Hacktoberfest?

Hacktoberfest is a month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to encourage people to get involved in Open Source.

Learn more about Hacktoberfest

Thanks in advance for your help! 😎

Getting Started

  • Fork this repository(Click the Fork button in the top right of this page, click your profile image)
  • Clone your fork down to your local machine

Clone the project

  git clone https://github.com/your_user_name/Tic-Tac-Toe.git

Create branch

  git checkout -b "<your branch name>"
  • Make your changes

  • Commit and Push

    git add .
    git commit -m 'commit message'
    git push origin <your branch name>
  • Create a new pull request from your forked repo at GitHub. (Click on the green "Compare & pull request" button that is near the top of the page.)

  • Wait for your PR review and merge approval. I will review it as soon as possible. Thank you for your time and effort in improving this project!

  • Have a doubt about how to contribute refer contribution guide

Releases

No releases published

Packages

No packages published