https://github.com/vivekmengade/tic-tac-toe-game
the game of tic tac toe using html css and javascript it is very helpful know about logic building and how its work
https://github.com/vivekmengade/tic-tac-toe-game
game game-development javascript learn tictactoe-game tictactoe-javascript
Last synced: about 1 year ago
JSON representation
the game of tic tac toe using html css and javascript it is very helpful know about logic building and how its work
- Host: GitHub
- URL: https://github.com/vivekmengade/tic-tac-toe-game
- Owner: vivekmengade
- Created: 2025-06-19T11:27:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T12:45:22.000Z (about 1 year ago)
- Last Synced: 2025-06-19T13:47:18.986Z (about 1 year ago)
- Topics: game, game-development, javascript, learn, tictactoe-game, tictactoe-javascript
- Language: JavaScript
- Homepage: https://tictactoebyvivek.tiiny.site
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe-game
🎮 Tic Tac Toe Game
A classic Tic Tac Toe (X and O) game built using HTML, CSS, and JavaScript. This project is a simple browser-based game for two players, taking turns to mark spaces in a 3×3 grid.
🧩 Features
Interactive 3x3 game grid
Player vs Player gameplay
Visual indication of the winner
Game reset functionality
Clean and responsive UI
🚀 Technologies Used
HTML – Structure of the game board
CSS – Styling and layout
JavaScript – Game logic and interactivity
📸 Screenshots

📂 How to Use
Clone the repository:
bash
Copy code
git clone https://github.com/your-username/tic-tac-toe.git
Open index.html in your browser.
Start playing!