Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/17bit0216/tic-tac-toe
A simple tic-tac-toe game
https://github.com/17bit0216/tic-tac-toe
Last synced: 2 days ago
JSON representation
A simple tic-tac-toe game
- Host: GitHub
- URL: https://github.com/17bit0216/tic-tac-toe
- Owner: 17BIT0216
- Created: 2020-03-31T12:56:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T13:03:55.000Z (over 4 years ago)
- Last Synced: 2024-05-20T21:35:40.482Z (6 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe
A simple tic-tac-toe game
Used React to dynamically alter the components of the HTML page. Basically it contains three components Square, Card and Game.
A simple algorithm is used tp decide who is the winner. Anyone who likes to extend can help, because it was my first react program.