https://github.com/birajcoder/tic-tac-toe
A beginner level tic-tac-toe game developed using react
https://github.com/birajcoder/tic-tac-toe
Last synced: about 1 month ago
JSON representation
A beginner level tic-tac-toe game developed using react
- Host: GitHub
- URL: https://github.com/birajcoder/tic-tac-toe
- Owner: BirajCoder
- Created: 2022-06-10T20:00:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T16:18:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-05T21:25:06.875Z (over 1 year ago)
- Language: JavaScript
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe Game Using ReactJS
The project implements the basic features of tic tac toe game. With a 3-3 square box. Whenever a player wins or there is no moves left the game stops and page becomes static. Refresh the page to start a new game. All the moves are stored and we can easily undo a move. Once undo is done, we can redo the moves.
This is my first react up and I followed the React official tutorial to build this game. Also, I didn't write/modify the "index.css" file yet, I used the same file provided on the tutorial. While the game was mostly for learning purpose, I want to take a step ahead and implement the advanced features in this game and also add few other few additional features to it.
If you want to learn React and create a Tic Tac Toe game in the process, follow the steps given [here](https://reactjs.org/tutorial/tutorial.html).