Welcome to the Tic-Tac-Toe game! This simple web-based game is built using ReactJS Framework. It's a classic two-player game where you can challenge a friend to see who can get three in a row first.
- Open the game in your web browser.
- Click on an empty cell to place your symbol.
- The game will automatically switch to the other player's turn.
- Continue taking turns until a player wins or the game ends in a draw.
- To restart the game, click the "Restart" button.
Vite
React.js
Tailwind CSS
Typescript
To run the project in your local environment, follow these steps:
>> git clone https://github.com/bishwamandal/Tictactoe.git
>> npm install
>> npm run
Open http://localhost:5173
(or the address shown in your console) in your web browser to view the app.
Contributions are welcome to improve the quality and completeness of the learning resources in this repository. Please open an issue or submit a pull request if you have any suggestions or improvements to share.