Connect4
Project information
- Category:SFML/ C++
- Project URL: Github/Connect4
This is a Connect4 Game made with sfml and C++. This game uses lots of OOPs concepts and heavilty incoporates the use of Data structures. The aim of the game is to get more than 3 coins of same color lined up vertically, horizontally or diagonally. The player that achieve this wins. And if all the slots are filled then its a Draw.
Features
- Co-op game
- Automatically switch turns when one player is done
- Win, lose & Draw conditions are implimented
- Customizable code architecture