Skip to content

expectimax-algorithm

Compare
Choose a tag to compare
@mukeshmk mukeshmk released this 22 Mar 01:56
· 54 commits to master since this release

Connect4

The game currently has 4 bots

  1. random int bot
  2. one-step look ahead bot
  3. minimax algorithm bot
  4. expectimax algorithm bot

The game can be played in the following manner:

  • human vs human
  • human vs bot
  • bot vs bot

Fixed Issues in the release:
#4 : biased MinimaxBot and OneStepLookAheadBot

Open Issues:
#5 : game never ends when the players reach a draw state

Other enhancements not mentioned.