An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Tic-Tac-Toe Game

A simple and interactive Tic-Tac-Toe game implemented using HTML, CSS, and JavaScript.

![Tic-Tac-Toe Screenshot](src/image.png)

## 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.git

2. Clone the repository to your local machine:

```bash
cd tic-tac-toe-web-game

3. Open the [index.html] file in your web browser.

## License
This project is licensed under the [MIT](LICENSE) License.

---

![repo size](https://img.shields.io/github/repo-size/gmpsankalpa/tic-tac-toe-web-game?label=Repo%20Size&style=for-the-badge&labelColor=black&color=20bf6b)
![GitHub forks](https://img.shields.io/github/forks/gmpsankalpa/tic-tac-toe-web-game?&labelColor=black&color=0fb9b1&style=for-the-badge)
![GitHub stars](https://img.shields.io/github/stars/gmpsankalpa/tic-tac-toe-web-game?&labelColor=black&color=f7b731&style=for-the-badge)
![GitHub LastCommit](https://img.shields.io/github/last-commit/gmpsankalpa/tic-tac-toe-web-game?logo=github&labelColor=black&color=d1d8e0&style=for-the-badge)