Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberfantics/tic-toc-toe-game
https://github.com/cyberfantics/tic-toc-toe-game
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyberfantics/tic-toc-toe-game
- Owner: cyberfantics
- Created: 2024-07-14T13:20:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T16:07:11.000Z (5 months ago)
- Last Synced: 2024-07-26T17:57:21.702Z (5 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe Game
## Description
A simple Tic Tac Toe game implemented using HTML and JavaScript. This project provides a basic interface for playing Tic Tac Toe with two players on a 3x3 grid. The game features a graphical interface for easy interaction and a reset button to start a new game.
## Features
- 3x3 grid layout for gameplay
- Player turns alternating between X and O
- Reset button to start a new game
- Game instructions displayed at the top## Installation
1. Clone the repository:
```bash
git clone https://github.com/cyberfantics/Tic-Toc-Toe-Game.git
```
2. Open `index.html` in your web browser to start playing.## Usage
- Click on any box to make a move.
- Player X starts the game, followed by Player O.
- Use the "RESET" button to restart the game at any time.