Connect Four in C
- Tech Stack: C
- Github URL: Project Link
Connect Four is a two-player connection game in which the players take turns dropping colored discs from the top into a vertically suspended grid. The goal is to connect four of one's own discs of the same color in a row, either horizontally, vertically, or diagonally, before the opponent does. The game ends in a win when a player achieves a Connect Four, or it may result in a draw if the grid is filled without a winner. It's a classic and straightforward strategy game that requires players to anticipate and block their opponent's moves while planning their own to achieve victory.