UI Bug Fixes and Docs
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
- Random Int Bot (
random
) - One-Step Look Ahead Bot (
onestep
) - MiniMax Bot (
minimax
) - ExpectiMax Bot (
expectimax
) - 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