Skip to content

UI Bug Fixes and Docs

Compare
Choose a tag to compare
@mukeshmk mukeshmk released this 05 Apr 11:30
· 23 commits to master since this release

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. MonteCarlo Tree Search (montecarlo)

Fixed Issues in the release:

#11 : CLI args are being over ridden by UI selection menu

Documentation

  • Started working on Report and Literature Review
  • Added Reference Papers