Skip to content

mikotohhh/Teeko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

image

Game of Teeko

How to play Teeko

It is a game between two players on a 5x5 board. Each player has four markers of either red or black. Beginning with black, they take turns placing markers (the "drop phase") until all markers are on the board, with the goal of getting four in a row horizontally, vertically, or diagonally, or in a 2x2 box as shown above. If after the drop phase neither player has won, they continue taking turns moving one marker at a time— to an adjacent space only!—until one player wins.

Core fundamentals: MiniMax algorithm Minimax algorithm is decesion making rule used in AI. The algorithm analyzes worst case senario and minimizing the loss. In this program which is two player zero-sum game, AI player assumes each player plays optimally everytime and check next few possible game states to make a best decision. More about MiniMax algorithm https://en.wikipedia.org/wiki/Minimax

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages