Skip to content

VipulRaj-123/Tic_Tac_Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic_Tac_Toe

TIC_TAC_TOE
A simple fun game

https://img.shields.io/badge/Licience-MIT-green GitHub issues GitHub forks GitHub stars Contribution

Description

Tic_Tac_Toe a simple game which most of us used to play in our childhood on a sheet, is also famous as "kattam-kutti" 😅.It is a 3x3 matrix which is filled with noughts and crosses. The criteria for being a winner is :

  • Either a row is completely filled
  • Either a column is completely filled
  • Either a diagonal is completely filled

How to see the live demo of the game:-

  • Install VS Code on your local system.
  • Now fork this repo and clone it.
  • Install "Live Server" and open the index.html file with live server. https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
  • You are ready to go 🎇 🎇