Skip to content

Aryan2901/4x4-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

4x4-Tic-Tac-Toe

Normal Tic-Tac-Toe has a 3x3 board. This has a 4x4 board.This a Computer vs Player game. Here, I have used minimax algorithm with depth bounding to generate the computer move.