summaryrefslogtreecommitdiff
path: root/README.md
blob: ae95ce1ee67cf393562d4e517b2fd833c4e8a7f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
![image](https://danieljon.es/posts/media/post114_1.png)

![image](https://danieljon.es/posts/media/post114_2.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.