jagannath-swarnkar / tic-tac-toe-game

Tic-tac-toe game created in react js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About the app:

this is a gaming web-application name tic-tac-toe, this is two player game, one will X and another will O.

Rule :

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.

Creating Environment:

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

About

Tic-tac-toe game created in react js

License:MIT License


Languages

Language:JavaScript 84.4%Language:CSS 8.0%Language:HTML 7.7%