Skip to content

In any multiplayer, zero sum game, this algorithm will guarantee that the computer AI will either win or tie with the human opponent

Notifications You must be signed in to change notification settings

SirAnirudh/Minimax_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimax Alogorithm

File Contents:

Computer Strategies:

  • contains the code for the minimax algorithm
  • implemented in two different ways (recursive and iterative)

Sample Game:

  • An animated turn based, pokemon type duelling game with (player vs player, computer vs player and computer vs computer options)

Instructions:

Download all files into a single folder and run a2_ui.py in any python IDE

About

In any multiplayer, zero sum game, this algorithm will guarantee that the computer AI will either win or tie with the human opponent

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages