neeraj-gs / TicTac-Toe

Tic Tac Toe: A brain teaser game where User will have to get 3 of their sign in the same line, can be a row,column or diagnol

Home Page:https://tic-tac-toe-eta-olive.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe Game

A Game where Players take turns placing a mark in one of the cells of the grid. The goal of the game is for players to position their marks so that they make a continuous line of three cells vertically, horizontally, or diagonally. An opponent can prevent a win by blocking the completion of the opponent's line.

Tech Stack

  • React.JS
  • TypeScript
  • HTML
  • CSS

Features

  • Multiplayer
  • Real Time
  • Restart Game

Screenshots

Tic Tac Toe

Tic Tac Toe

Tic Tac Toe

Run Locally

Clone the project

  git clone https://github.com/neeraj-gs/TicTac-Toe.git

Go to the project directory

  cd tic-tac-toe-typescript

Install dependencies

  npm install

Start the server

  npm run dev

Project is Setup locally done.

Deployment

The Project is Deployed on

  https://tic-tac-toe-eta-olive.vercel.app/

About

Tic Tac Toe: A brain teaser game where User will have to get 3 of their sign in the same line, can be a row,column or diagnol

https://tic-tac-toe-eta-olive.vercel.app


Languages

Language:TypeScript 65.3%Language:CSS 27.1%Language:JavaScript 4.1%Language:HTML 3.5%