tic-tac-toe A project just to improve my programming skills. This version adds a GUI for the game. Thanks to Raylib 5.0 Requirements CMake version > 3.6 How to compile $ mkdir build $ cmake -S . -B build/ $ cmake --build build/