This is a minimalistic implementation of connect 4 game developed as part of a learning experiment to build an intelligent connect 4 playing bot. You can either play in human vs human mode(offline) or you can play against bot.
This game includes the a version of the automated gaming agent.
It uses minimax algorithm with max depth 6 search. Alpha beta pruning is also implemented for optimisation.
You can find the source code for this app at
https://gitlab.com/ritwikgopi/connect-4-flutter