Skip to content

ujjaldas132/tictactoe_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

forthebadge forthebadge forthebadge

PRs Welcome GitHub open pull requests GitHub open issues

GitHub language count

Status


## `for demo go to https://ujjaldas132.github.io/tictactoe_web/`

How to play

In the game you are given a NxN grid , where 2<N<21

The player who is playing "X" always goes first. Players alternate placing Xs and Os on the board until either one player win or all the boxes are filled .

The goal of tic-tac-toe is to be the first player to filled K number of continuous boxes horizontally or vertically or diagonally .

but what willl be value of K
K=N for N<6
K=5 for N>5

forthebadge

MIT Licence