Connect4-Game A console version of the popular board game Connect4 made with C++ Features Players take turns Insertion of tokens Token stacking in columns Checking for win conditions (horizontal, vertical and diagonal) Enums and Macros for increased code readability