summaryrefslogtreecommitdiff
path: root/README.md
blob: c18de7cd5124084e2d40a794ed10352bff61f0c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
![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.

Compile:

```
cmake CMakeLists.txt
make
```

binary is in bin/

Right click on a tile to flag it.