This is a simple Tic Tac Toe game implemented in React. It provides a classic two-player experience and supports multiplayer mode. The game features a responsive design and an interactive interface.
Check out the live demo here.
- Classic Tic Tac Toe gameplay
- Single-player against a bot or two-player mode
- Responsive design for various screen sizes
- Winning line visualization
- ...
To run the Tic Tac Toe game locally, follow these steps:
-
Clone the repository:
git clone https://github.com/AnimeshA867/tic-tac-toe.git
-
Navigate to the project directory:
cd tic-tac-toe
-
Install dependencies:
npm install
After completing the installation, start the development server:
npm start
Visit http://localhost:3000 in your web browser to play the game.
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.