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

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

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).