The game uses graphical libraries from C and C++ to implement a simple connect four game with the following features:
- In app menu for choosing the size of the board and opponent's colors
- Background music using the Audio libraries
- The option of playing versus a computer on three levels easy, medium, and hard implemented using if/else nested conditions. Since the game logic is simple there is no need for training using conventional tools.
- Interactive UI and winner announcement