Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adhirajcs/tic-tac-toe
tic-tac-toe is a simple tic tac toe game created using React and Tailwind CSS.
https://github.com/adhirajcs/tic-tac-toe
react reactjs tailwind-css tailwindcss tic-tac-toe
Last synced: 8 days ago
JSON representation
tic-tac-toe is a simple tic tac toe game created using React and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/adhirajcs/tic-tac-toe
- Owner: adhirajcs
- License: apache-2.0
- Created: 2024-06-22T14:56:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-07T16:20:47.000Z (4 months ago)
- Last Synced: 2024-07-08T16:53:39.930Z (4 months ago)
- Topics: react, reactjs, tailwind-css, tailwindcss, tic-tac-toe
- Language: JavaScript
- Homepage: https://tic-tac-toe-gamma-sooty.vercel.app
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic Tac Toe
This is a simple Tic Tac Toe game created using React and Tailwind CSS.
## Deployment
The project is deployed and can be accessed at [tic-tac-toe-gamma-sooty.vercel.app](https://tic-tac-toe-gamma-sooty.vercel.app/).
## Features
- **Responsive Design**: The game is fully responsive and works well on both desktop and mobile devices.
- **Winning Combinations**: The game detects winning combinations and displays a visual strike-through effect.
- **Draw Detection**: The game also detects draw conditions when all tiles are filled without a winner.
- **Sound Effects**: Includes sound effects for game actions and game-over events.
- **Reset Functionality**: Players can reset the game to start a new round.## Technologies Used
- **React**: For building the user interface.
- **Tailwind CSS**: For styling the application.## License
This project is licensed under the Apache 2.0 License. See the [LICENSE](https://github.com/adhirajcs/tic-tac-toe/blob/main/LICENSE) file for details.