ConnectFour

ConnectFour is an implementation of the Connect Four board game I created to learn about SDL

I wanted to gain a better appreciation of the higher level frameworks and engines we tend to work with, and try implementing one myself.

The game is functional but lacks UI elements to indicate a winner or show a "Play Again" button.

Future

I will continuously add game engine features until this morphs from a specific game into a somewhat generic game engine.

I also want to use this project as a way to get used to the C++14 and C++17 features I am interested in.

Source Code