A GTK-3 based implementation of the game Tic Tac Toe written in C.
Here is a screenshot of the application:
The theme used is Arc-Dark
The project depends on the following
- gtk >= 3.20
The project is autotools-based, and can be built with the usual: ./configure && make && sudo make install
If configure is missing then running autogen.sh will generate it.