A simple TicTacToe game from my previous TicTacToe game but with GUI (I used SFML to create it).
LMB
put a symbolR
reset the cells
This project is using the 32-bit of SFML library. So you may need to set the platform to Win32. This project also tested on Visual Studio 2022
Just run make install
to compile the source. (Tested on 64-bit linux)
Make sure to cd (directory-to-game-path)
before running the game