Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agraven/gtk-tac-toe
- Owner: agraven
- License: gpl-3.0
- Created: 2017-01-30T15:15:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T06:16:53.000Z (almost 8 years ago)
- Last Synced: 2024-11-06T03:16:59.630Z (3 months ago)
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 installIf configure is missing then running autogen.sh will generate it.