vin9012d / tic_toc_toe

Tic Tac Toe game with all the functionalities created with React.

Home Page:https://vinod-tictactoe.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe Game

Tic-tac-toe is a game in which two players take turns in drawing either an ` O' or an ` X' in one square of a grid consisting of nine squares. The winner is the first player to get three of the same symbols in a row.

Tech stack used for the application

reactjs javascript html5 css3

Game Screen

Features

  • Fully responsive
  • After fill all the boxes it will give the message weather anyplayer has won the game or game tie.

Getting Started

Prerequisites

  • React
  • HTML
  • CSS

Setup

git clone https://github.com/vin9012d/tic_toc_toe.git

Install

To install all the dependences of the project, run the following command:

npm install

To run the application got to the client folder and run the following command:

npm start

Contact

https://www.linkedin.com/in/vin9012d/ vin9012c@gmail.com

© 2022 Vinod Chaudhari

Show your support

Give a star if you like this project!

About

Tic Tac Toe game with all the functionalities created with React.

https://vinod-tictactoe.netlify.app/


Languages

Language:JavaScript 53.4%Language:CSS 24.7%Language:HTML 21.9%