A tic tac toe game created with the use of SDL2 C++ library.
NOTE: To build on Windows, just run the makefile and it has everything set up. If you want to build on Linux, however, you need to remove the $(WIN_FLAGS) variable from the final build target.
- Render O/X on mouse click ✅
- Check whether occupied or not✅
- Check for win condition ✅
- PC opponent