thibaultmeyer / minesweeper

A minesweeper clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minesweeper

Latest release GitHub license CodeFactor

C / GTK3 Minesweeper clone.


Screenshots

Build & install from sources

To compile and install this project, you must ensure that make, cmake, gcc or clang and GTK development files are being correctly installed.

#> mkdir cmake-build
#> cd cmake-build
#> cmake -DCMAKE_BUILD_TYPE=Release ..
#> make
#> make install

License

This project is released under terms of the MIT license.

Third party icons

About

A minesweeper clone

License:MIT License


Languages

Language:C 99.6%Language:CMake 0.4%