https://github.com/medaminenasfi/tic-tac-toe-game
🎮 Tic-Tac-Toe game built with React ⚛️: Two-player mode, win highlighting, and responsive design.
https://github.com/medaminenasfi/tic-tac-toe-game
css frontend game game-development javascript open-source react responsive-design tic-tac-toe two-player webapp win-detection
Last synced: 2 months ago
JSON representation
🎮 Tic-Tac-Toe game built with React ⚛️: Two-player mode, win highlighting, and responsive design.
- Host: GitHub
- URL: https://github.com/medaminenasfi/tic-tac-toe-game
- Owner: medaminenasfi
- Created: 2024-07-07T14:11:21.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-01-30T08:06:57.000Z (3 months ago)
- Last Synced: 2025-01-30T09:20:15.685Z (3 months ago)
- Topics: css, frontend, game, game-development, javascript, open-source, react, responsive-design, tic-tac-toe, two-player, webapp, win-detection
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe Game 🎮
[](https://react.dev/)
[](https://developer.mozilla.org/docs/Web/JavaScript)
[](https://developer.mozilla.org/docs/Web/CSS)A classic Tic-Tac-Toe game built with React, featuring two-player mode, win detection, and responsive design. Perfect for learning React fundamentals or casual gameplay.
---
## Table of Contents
- [Features](#-features)- [How to Play](#-how-to-play)
- [Technologies Used](#-technologies-used)
- [Contributing](#-contributing)
- [License](#-license)---
## ✨ Features
- **Two-Player Mode**
Play locally with a friend on the same device.
- **Winner Highlighting**
Automatically detects and highlights the winning line (row, column, or diagonal).
- **Responsive Design**
Works seamlessly on desktop, tablets, and mobile devices.
- **Game Reset**
Restart the game anytime with a single click.
- **Turn Indicator**
Displays which player's turn (X or O) it is.---