Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.