Skip to content

vishnuv55/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIC TAC TOE

A multiplayer game build using react

About

This is a 2-player game where each player marks 'X' or 'O' in a 3x3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

Desktop view

Desktop view

Phone view

mobile-view



Features

The few features provided in this game are

  • Players can choose who should start the game
  • Player can goto the previous step if an Accident occurs in the game
  • Player can view their win stats



Run

To run the code on your computer,

Requirements

  • git
  • node js

Steps

  1. Clone the repo
git clone [email protected]:vishnuv55/tic-tac-toe.git 
  1. Install Dependancies
cd tic-tac-toe

npm install 
  1. Run game in local server
npm start
  1. To create Build
npm build

About

A multiplayer Tic-Tac_toe Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published