Skip to content

minhducnguyen26/AI_Blokus_Duo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI_Blokus_Duo

  • Artificial Intelligence in solving the game of Blokus Duo

  • Implementation of Minimax algorithm

Screen Shot 2022-12-20 at 6 55 10 PM

This project involves the use of Artificial Intelligence (AI) to solve the game of Blokus Duo. Blokus Duo is a two-player game in which each player tries to place as many of their pieces on the board as possible while blocking their opponent from doing the same. The AI will use the Minimax algorithm to determine the best possible moves to make based on the current state of the game.

The Minimax algorithm is a commonly used algorithm in game theory and AI. It works by searching through all possible moves that can be made by both players and assigning a score to each potential outcome. The algorithm then chooses the move that leads to the highest score for the player, while assuming that the opponent will choose their best move to minimize the player's score. This approach ensures that the AI will make the most optimal move possible given the current state of the game.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages