Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 195 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 195 Bytes

Connect-Four

Classic Connect Four game using SFML library.

Can play vs AI which was implemented using Minimax Algorithm & Alpha-Beta pruning optimization.

OOP & SOLID principles are applied.