Skip to content

venil7/Minimax-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET implementation of MiniMax algorithm for an unbeatable game of TicTacToe

tictactoe.engine

tictactoe.app - demo app utilizing engine

Minimax is a decision rule used in decision theory, game theory, statistics and philosophy for minimizing the possible loss for a worst case (maximum loss) scenario. Originally formulated for two-player zero-sum game theory, covering both the cases where players take alternate moves and those where they make simultaneous moves, it has also been extended to more complex games and to general decision making in the presence of uncertainty.

licence

FREE to use and re-distribute, opensource Originally implemented in .NET c# by Art Deineka, @darkest_ruby

About

an implementation of unbeatable tictactoe engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages