Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bukarinevg/tic-tac-toe
React ti-tac-toe game (https://bukarinevg.github.io/tic-tac-toe/)
https://github.com/bukarinevg/tic-tac-toe
Last synced: 17 days ago
JSON representation
React ti-tac-toe game (https://bukarinevg.github.io/tic-tac-toe/)
- Host: GitHub
- URL: https://github.com/bukarinevg/tic-tac-toe
- Owner: bukarinevg
- Created: 2024-04-03T12:49:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T01:33:54.000Z (8 months ago)
- Last Synced: 2024-06-27T01:40:49.020Z (8 months ago)
- Language: JavaScript
- Homepage: https://bukarinevg.github.io/tic-tac-toe/
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe React Application
This is a simple Tic-Tac-Toe game built using React. It allows two players to take turns marking X and O on a 3x3 grid. The first player to get three of their marks in a row, column, or diagonal wins the game.
## Features
- Interactive gameplay with a user-friendly interface.
- Real-time updates to the game board.
- Display of the current player's turn.
- Detection of winning conditions and end of the game.
- Option to restart the game after a win or draw.## Installation
1. Clone the repository: `git clone https://github.com/your-username/tic-tac-toe.git`
2. Navigate to the project directory: `cd tic-tac-toe`
3. Install the dependencies: `npm install`## Usage
1. Start the development server: `npm start`
2. Open your browser and visit `http://localhost:3000`
3. Play the Tic-Tac-Toe game by clicking on the squares to make your moves.
4. The game will automatically detect winning conditions and display the winner.
5. Click the "Restart" button to start a new game.## Technologies Used
- React
- HTML
- CSS## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).