/Tic-Tac-Toe

Tic Tac Toe is a two-player game in which the objective is to take turns and mark the correct spaces in a 3x3 (or larger) grid.

Primary LanguageJavaScript

Tic-Tac-Toe

Tic Tac Toe is a two-player game in which the objective is to take turns and mark the correct spaces in a 3x3 (or larger) grid.

Home Page

App Screenshot

Authors

Demo

https://react-tic-tac-toe-2022.netlify.app/

Tech Stacks

HTML

CSS

JavaScript

React

Run Locally

Clone the project

  git clone https://github.com/krunalbhandekar/Tic-Tac-Toe

Install

 npm install or npm i

Run

 npm start