Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 362 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 362 Bytes

TicTacToe

TicTacToe screen

It is just a simple project made as the object of study for my learning in GTK with C language.

Building

Requires lib gtk3.0

Is just take this commands on a terminal:

$ cd /path/to/TicTacToe
$ make

This will generate a tictactoe file, and after is just do run:

./tictactoe