blob: 0b21044abd5695eba6aadb65732617ce8b0d78cf (
plain)
1
2
3
4
5
6
7
8
|
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/
|