Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 507 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 507 Bytes

GTK Tac Toe

A GTK-3 based implementation of the game Tic Tac Toe written in C.

Here is a screenshot of the application:

screenshot

The theme used is Arc-Dark

Dependencies

The project depends on the following

  • gtk >= 3.20

Building

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.