Skip to content

Connect4-Final

Latest
Compare
Choose a tag to compare
@mukeshmk mukeshmk released this 12 Apr 00:32
0e3c6fe

Connect4

The game can be played in the following manner:

  • player vs player
  • player vs bot
  • bot vs bot

The game currently has 5 bots

  1. Random Int Bot (random)
  2. One-Step Look Ahead Bot (onestep)
  3. MiniMax Bot (minimax)
  4. ExpectiMax Bot (expectimax)
  5. Monte-Carlo Tree Search (montecarlo)

Check README.md file for details