Tic Tac Toe game created by HTML, CSS, JS (Nishanth π).
This is a simple implementation of the classic Tic Tac Toe game.
- two-player game
- Interactive UI
- Simple and easy to use
You can play the game here.
To run this game locally, follow these steps:
- Clone the repository:
git clone https://github.com/Nishanthnaa52/tic_tac_toe_js.git
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-branch