https://github.com/samk13/tic-tac-toe-game
Created with CodeSandbox
https://github.com/samk13/tic-tac-toe-game
Last synced: about 1 year ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/samk13/tic-tac-toe-game
- Owner: Samk13
- Created: 2019-07-28T18:14:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T12:00:59.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T22:27:04.496Z (over 1 year ago)
- Language: CSS
- Homepage: https://csb-zkppv.netlify.com/
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# tic-tac-toe-game
Created with CodeSandbox
interactive tic-tac-toe game with React.
One of the features that you’ll notice is that there is a numbered list to the right of the game’s board.
This list gives you a history of all of the moves that have occurred in the game, and is updated as the game progresses.