diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,10 +1,15 @@ ![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/ |