Mine app is a simple minesweeper clone. It uses the SFML library for the GUI.
You need to have the SFML library on your include path. The simple way is to
sudo apt-get install libsfml-dev
Refer to the SFML page for more information.
Just run the shell script compile-and-run, it will compile and run the application (no kidding...). You can use the mine-app to run it after