tic-tac-toe-game : http://tic-tac-toe-game.tk
Tic-tac-toe game created in react js
To play, click the given link :http://tic-tac-toe-game.tk
this is a gaming web-application name tic-tac-toe
, this is two player game, one will X
and another will O
.
You have to make a straight line with your selected choice(X
or O
) either vertically, Horizontally or Diagonally.
once any user get this, That user will anounce as winner and game will stop.
you should have installed Nodejs and other dependencies are in package.json
you can clone this repository and to make all dependencies local you just have to go to that clone directory and run npm install
and now you have react environment
To run the application, run command : npm start
Otherwise you can make your own React environment by using the command npx create-react-app directoryName
Ex : npx create-react-app tic-tac-toe
a directory name 'tic-tac-toe' will create and other files will also inside this directory