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

https://github.com/benct/react-tictactoe

Tic-tac-toe game (React tutorial)
https://github.com/benct/react-tictactoe

Last synced: 2 months ago
JSON representation

Tic-tac-toe game (React tutorial)

Awesome Lists containing this project

README

          

# react-tictactoe

Tic-tac-toe game built with React, with the following basic functionality:

* lets you play tic-tac-toe
* indicates when one player has won the game
* stores the history of moves during the game
* allows players to jump back in time to see older versions of the game board

Tutorial at https://facebook.github.io/react/tutorial/tutorial.html

Some additional functionality added after completion of tutorial.