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.
- Host: GitHub
- URL: https://github.com/neguindev/tictactoe-web
- Owner: NeguinDev
- Created: 2022-07-13T07:12:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T04:33:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T10:46:53.165Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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