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
- Host: GitHub
- URL: https://github.com/biyonik/tictactoe
- Owner: biyonik
- Created: 2023-07-08T20:26:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T20:30:03.000Z (over 2 years ago)
- Last Synced: 2025-01-13T09:46:18.682Z (9 months ago)
- Topics: game, javascript, react, scss, tic-tac-toe
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!