Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nguyenkhanhquy/tic-tac-toe

Tic-tac-toe is a game for two players who take turns marking the spaces in a three-by-three grid with X or O
https://github.com/nguyenkhanhquy/tic-tac-toe

react

Last synced: about 13 hours ago
JSON representation

Tic-tac-toe is a game for two players who take turns marking the spaces in a three-by-three grid with X or O

Awesome Lists containing this project

README

        

# Tic-Tac-Toe Game - React App

Tic-tac-toe is a game for two players who take turns marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner

## Key Features

- Lets you play tic-tac-toe
- Indicates when a player has won the game
- Stores a game’s history as a game progresses
- Allows players to review a game’s history and see previous versions of a game’s board

## Prerequisites

- [Node.js](https://nodejs.org/en/) (v20.16.0) or later

- [npm](https://github.com/npm/cli/releases) (10.8.1) or later

## Installation

1. Clone the project from the repository

```sh
git clone https://github.com/nguyenkhanhquy/tic-tac-toe.git
```

2. Open `terminal` and `cd` to the folder you cloned

3. Install the dependencies with `npm install`

4. Run `npm start` to start a local server and follow the prompts to view the code running in a browser

## Author

- Author Name: `Nguyễn Khánh Quy`
- Email:

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/nguyenkhanhquy/tic-tac-toe/blob/main/LICENSE) file for details