Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nguyenkhanhquy/tic-tac-toe
- Owner: nguyenkhanhquy
- License: mit
- Created: 2024-08-10T17:34:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T13:33:59.000Z (3 months ago)
- Last Synced: 2024-08-16T14:58:36.536Z (3 months ago)
- Topics: react
- Language: JavaScript
- Homepage: https://tic-tac-toe-navy-pi.vercel.app
- Size: 193 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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