expectimax-algorithm
Connect4
The game currently has 4 bots
- random int bot
- one-step look ahead bot
- minimax algorithm bot
- 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.