A simple Tic Tac Toe game created for Hacktoberfest! Test your skills in this classic two-player game.
- Players take turns marking an empty cell.
- The objective is to be the first to get 3 marks in a row, column, or diagonal.
- Classic 3x3 grid
- Player vs Player mode
- Simple and intuitive UI
- Clone the repository:
git clone https://github.com/yourusername/tic-tac-toe.git
- Navigate to the project directory:
cd tic-tac-toe
- Open the
index.html
file in your browser to play.
We welcome contributions from everyone! See the Contributing Guidelines to get started.
This project is licensed under the MIT License.
This repository is participating in Hacktoberfest! Contribute to this project and help us improve it while getting a chance to win some cool swag!
Happy coding!