Check it out here
This repository contains the source code for a simple X-O game.
This game is a classic version of X-O, where two players take turns marking spaces in a 3x3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
To install and run this game, follow these steps:
- Clone the repository:
git clone https://github.com/Sanchit-Joshi/X-O-game.git
- Navigate to the repository directory:
cd X-O-game
- Run the game:
open the index.html file
and enjoy
Provide instructions on how to play the game, including any commands or controls.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b <branch-name>
- Make your changes.
- Commit your changes:
git commit -m "Commit message"
- Push to the branch:
git push origin <branch-name>
- Create a new Pull Request.
If you have any questions or would like to report a bug, please contact [email protected] .