Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cyberfantics/tic-toc-toe-game


https://github.com/cyberfantics/tic-toc-toe-game

Last synced: about 1 month ago
JSON representation

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.