summaryrefslogtreecommitdiff
path: root/README.md
blob: b8393b58d9e01543c2c1ce0027b9d418da052c73 (plain)
1
2
3
4
5
6
7
8
9
10
11
![image](https://danieljon.es/media/minesweep1.png)
Simple Minesweeper written in C++ using the fox toolkit.

You need FOX http://www.fox-toolkit.org/. On arch you can install the 'fox' package.

cmake CMakeLists.txt
make

binary is in bin/

Right click on a tile to flag it.