https://github.com/gmpsankalpa/tic-tac-toe-web-game
A simple and interactive Tic-Tac-Toe game implemented using HTML, CSS, and JavaScript.
https://github.com/gmpsankalpa/tic-tac-toe-web-game
css html javascript
Last synced: 3 months ago
JSON representation
A simple and interactive Tic-Tac-Toe game implemented using HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/gmpsankalpa/tic-tac-toe-web-game
- Owner: gmpsankalpa
- License: mit
- Created: 2024-03-08T05:30:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T05:36:05.000Z (over 1 year ago)
- Last Synced: 2025-01-17T08:32:10.235Z (5 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://gmpsankalpa.github.io/tic-tac-toe-web-game/
- Size: 174 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic-Tac-Toe Game
A simple and interactive Tic-Tac-Toe game implemented using HTML, CSS, and JavaScript.

## Features
- Play against a computer opponent with a minimax algorithm.
- Responsive design for a seamless experience on various devices.
- Restart the game at any time.## Demo
Check out the [live demo](https://gmpsankalpa.github.io/tic-tac-toe-web-game/) to play the game.
## How to Play
1. Open the game in your web browser.
2. Click on an empty cell to make your move.
3. The computer will make its move using the minimax algorithm.
4. Continue taking turns until a player wins or the game ends in a tie.
5. Restart the game using the "Restart Game" button.## Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/gmpsankalpa/tic-tac-toe-web-game.git2. Clone the repository to your local machine:
```bash
cd tic-tac-toe-web-game3. Open the [index.html] file in your web browser.
## License
This project is licensed under the [MIT](LICENSE) License.---



