Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agraven/gtk-tac-toe

A GTK-based implementation of tic tac toe
https://github.com/agraven/gtk-tac-toe

Last synced: 29 days ago
JSON representation

A GTK-based implementation of tic tac toe

Awesome Lists containing this project

README

        

# 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](http://i.imgur.com/OC127Za.png "Screenshot")

The theme used is [Arc-Dark](https://github.com/horst3180/Arc-theme)

## 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.