/connect4

Primary LanguageC++MIT LicenseMIT

Connect 4


Description

This is a simple connect 4 game made using sdl2. This was my first semester computer science project for university. I am planning on adding minimax to the AI header soon.

Installation

To run the application, simply double click the Connect4.exe file. If you wish to recompile it, use the Makefile provided.