This is a Connect Four game built with Cinder and C++. The game incorporates two algorithms that the user can play against: Negamax and a Neural Network. In order to play game, you must first install Cinder. After installing, simply clone the repository and run cinder_app_main.cc in your Native C++ Environment, ensuring the location where you cloned the repository can access the Cinder library.