/Connect-Four-King

A terminal base connect four game. Written in C with a AI that could beat most 12 year olds.

Primary LanguageC

Connect Four

This program uses a 2D array to simulate a game of connect four. player select a column and thier chosen token will occupy the first open spot in that column. then an AI using an optimized brut force algorithm. choose the almost best counter move. this way the player is challenged but not discouraged.

image