Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 266 Bytes

File metadata and controls

22 lines (17 loc) · 266 Bytes

minesweeper

Command Line Minesweeper (GUI IN PROGRESS using Gtk)

gcc minesweeper.c </br>
./minesweeper </br>

compile and run gui app

gcc ``pkg-config --cflags gtk+-3.0`` -o guims guims.c ``pkg-config --libs gtk+-3.0``
./guims