From e236bf93407bd50a913fab37da71731030a4cbd0 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Fri, 12 Jun 2020 15:21:16 +0930 Subject: added readme --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..0b21044 --- /dev/null +++ b/README @@ -0,0 +1,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/ -- cgit v1.2.3