Skip to content

To build an optimal algorithm to play tictactoe of 3x3 or 4x4 and also support two player mode using raw html, js and css

License

Notifications You must be signed in to change notification settings

vijeth-aradhya/tictactoe-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tictactoe-engine

To build an optimal algorithm to play tictactoe of 3x3 or 4x4 and also support two player mode using raw html, js and css

Algorithm

Minimax game theory algorithm

Algorithm description

Minimax is a kind of backtracking algorithm that is used in decision making and game theory to find the optimal move for a player, assuming that your opponent also plays optimally. It is widely used in two player turn based games such as Tic-Tac-Toe, Backgamon, Mancala, Chess, etc

Game preview

You can play the engine or play with others!

Screenshot Game Image 1

Embed this app in your projects!

Screenshot Game Image 2

About

To build an optimal algorithm to play tictactoe of 3x3 or 4x4 and also support two player mode using raw html, js and css

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published