summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-06-12 15:25:57 +0930
committerDaniel Jones <admin@danieljon.es>2020-06-12 15:25:57 +0930
commit5b10a46e44f2a8b3cc4e1577da8a05fc029fedef (patch)
tree81a7a9b960a7a804025467367edf54090b4985b2 /README.md
parentbc0fc6c2debd7451a2881e4a942f6e8cee11d9bb (diff)
downloadfoxminesweeper-5b10a46e44f2a8b3cc4e1577da8a05fc029fedef.tar.gz
foxminesweeper-5b10a46e44f2a8b3cc4e1577da8a05fc029fedef.zip
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index b8393b5..c18de7c 100644
--- a/README.md
+++ b/README.md
@@ -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/