Quantium tic tac toe

An implementation of a more complicated tic tac toe game in C++. Smaller marks are resolved into a single square once a cycle is completed from the starting placement. The game uses SDL2 for rendering, players take turns clicking on the board to place marks and resolve cycles. The different difficulty settings change the size of the game board.

download game!