It is what it says it is.
Windows Only
- Download It, Or Clone It Using Git
- Open In Visual Studio
- Click Compile. If It Don't Work Give Up
- Play Against Bob.
I started to make connect four in computer science class, wanted to continue at home, so I programmed an algorithm to play against which calculates the so called "best" move.
This is very bad. Please don't use this. It has too much recursion. Do not read the code, it is bad. Worse than worse.
This application may become something in the future, but for now it is bad. I want to add move caching so it doens't have to recalculate the weight of each node every time you play a move, because that uses 30% of my CPU and I have an i7 which last time I checked shouldn't be maxing out from a simple connect four game.