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)
- Host: GitHub
- URL: https://github.com/benct/react-tictactoe
- Owner: benct
- Created: 2016-10-29T23:46:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T21:32:31.000Z (over 9 years ago)
- Last Synced: 2025-06-13T12:05:14.850Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.