This is a simple Tic Tac Toe game built with React.
Tic Tac Toe is a classic two-player game where players take turns marking spaces in a 3x3 grid. The first player to get three of their symbols in a row, column, or diagonal wins the game. If all spaces are filled without any player achieving three in a row, the game is a draw.
Before you begin, ensure you have the following prerequisites installed:
Node.js: Download and install Node.js
- Two-Player Game: Play against a friend. User real names (editable).
- Player Symbols: Players are assigned symbols 'X' and 'O'.
- Continuous Gameplay: The game continues until there is a winner or a draw.
- Restart Match: Once the game is completed, players can restart the match for a new game.
- Turn Log: The game log below the grid shows the turns taken by each player in each cell.
- Clone the repository.
- Navigate to the project directory.
- Run
npm install
to install dependencies. - Run
npm run dev
to start the development server. - Open your browser and go to http://localhost:5173 to play the game.
Please read our Contribution Guidelines to learn how to contribute to this project.
We expect all contributors to adhere to our Code of Conduct to ensure a welcoming and inclusive community.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions, suggestions, or need assistance, feel free to reach out:
- Name: Tanuj Chakraborty
- Email: [email protected]
- GitHub: github.com/i-am-tj
- LinkedIn: linkedin.com/in/i-am-tj