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

https://github.com/neguindev/tictactoe-web

Tic-Tac-Toe Web is a simple web-based Tic-Tac-Toe game built using vanilla JavaScript. Players can take turns to place their symbol ('X' or 'O') on a 3x3 grid.
https://github.com/neguindev/tictactoe-web

Last synced: about 1 year ago
JSON representation

Tic-Tac-Toe Web is a simple web-based Tic-Tac-Toe game built using vanilla JavaScript. Players can take turns to place their symbol ('X' or 'O') on a 3x3 grid.

Awesome Lists containing this project

README

          

# Tic-Tac-Toe Web

## Description

Tic-Tac-Toe Web is a simple web-based Tic-Tac-Toe game built using vanilla JavaScript. Players can take turns to place their symbol ('X' or 'O') on a 3x3 grid.

## Requirements

- A web browser with JavaScript support

## Installation

Clone the repository:

```bash
git clone https://github.com/NeguinDev/tictactoe-web.git
```

## Usage

Open `index.html` in your web browser.

## Features

- 3x3 Tic-Tac-Toe grid
- Turn-based gameplay for two players
- Displays the winner or a draw
- Reset game feature

## Contribution

Feel free to contribute to the project. Open a PR or an issue for discussions.

## License

ISC