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

https://github.com/biyonik/tictactoe

A tic-tac-toe game built with React
https://github.com/biyonik/tictactoe

game javascript react scss tic-tac-toe

Last synced: 8 months ago
JSON representation

A tic-tac-toe game built with React

Awesome Lists containing this project

README

          

# Tic-Tac-Toe Game with React
## Description
- This is a simple tic-tac-toe game built with React.
- A player can play with the herself/himself.
- Designed for you to win every time
- But you can also lose if you want :)

## How to Play
1. Clone the repository
2. Run `npm install` to install the dependencies
3. Run `npm run dev` to start the development server
4. Open in your browser
5. Play the game!