summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex <alex@ASUS>2018-09-04 02:12:02 +0200
committeralex <alex@ASUS>2018-09-04 02:12:02 +0200
commit1e669f047c293bbca5e6e45a7efad63c5d3d204e (patch)
treecf1254a89613387c0411dddd9312bb7a530dce8f
parentd57b24a63660b38376a68793fc642b9171c21d0c (diff)
Update README.txt
-rw-r--r--README.txt49
-rw-r--r--share/README.txt49
2 files changed, 50 insertions, 48 deletions
diff --git a/README.txt b/README.txt
index a7132c9..14a5051 100644
--- a/README.txt
+++ b/README.txt
@@ -18,9 +18,7 @@
* You should have received a copy of the GNU General Public License *
* along with this program; if not, see the file COPYING, or write *
* to the Free Software Foundation, Inc. *
- ******************************************************************************/
-
-/******************************************************************************
+ ******************************************************************************
* Disclaimer of Warranty. *
* *
* THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY *
@@ -42,30 +40,30 @@
I would like to see it. Thank you.
COMPILE:
- linux:
+ - linux:
$ make
- windows (MSYS):
+ - windows (MSYS):
$ make OS=win
INSTALL:
- linux:
+ - linux:
# make install
- windows:
- double click on SETUP.cmd
+ - windows:
+ run 'SETUP.cmd' as administrator
RUN:
- linux:
+ - linux:
$ mine-sweeper
if it doesn't work:
$ /usr/local/games/mine-sweeper
- windows:
- double click on bin/mine-sweeper.exe
+ - windows:
+ run 'bin/mine-sweeper.exe'
UNINSTALL:
- linux:
+ - linux:
# make uninstall
- windows:
- double click on UNINSTALL.cmd
+ - windows:
+ run 'UNINSTALL.cmd' as administrator
THE PROGRAM DOES:
@@ -81,18 +79,23 @@ MENU:
* - Start
* + Select map:
* - New map
- * - Load map("path
+ * - Load map(File: "<file>")
* - ..
* + Change difficulty:
- * - Change rows: rows (XX)
- * - Change columns: cols (XX)
- * - Change proportion of mines: p (XX.XXXXXX)
+ * - Beginner
+ * - Intermediate
+ * - Expert
+ * + Custom:
+ * - Change rows: rows (X)
+ * - Change columns: cols (X)
+ * - Change proportion of mines: p (0.XXXXXX)
+ * - ..
* - ..
* - Change file name (File: "<file_name>")
- * + DEVEL:
- * - Change seed (srand)
- * x Change verbose
- * - ..
+ * - Hi scores
+ * N/A x DEVEL:
+ * N/A - Change seed (srand)
+ * N/A - ..
* - ..
* - Disclaimer of warranty
* - Terms and conditions
@@ -102,8 +105,6 @@ MENU:
SYSTEM REQUIREMENTS:
- /*
* A terminal ¿?
- */
To be continued...
diff --git a/share/README.txt b/share/README.txt
index a7132c9..14a5051 100644
--- a/share/README.txt
+++ b/share/README.txt
@@ -18,9 +18,7 @@
* You should have received a copy of the GNU General Public License *
* along with this program; if not, see the file COPYING, or write *
* to the Free Software Foundation, Inc. *
- ******************************************************************************/
-
-/******************************************************************************
+ ******************************************************************************
* Disclaimer of Warranty. *
* *
* THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY *
@@ -42,30 +40,30 @@
I would like to see it. Thank you.
COMPILE:
- linux:
+ - linux:
$ make
- windows (MSYS):
+ - windows (MSYS):
$ make OS=win
INSTALL:
- linux:
+ - linux:
# make install
- windows:
- double click on SETUP.cmd
+ - windows:
+ run 'SETUP.cmd' as administrator
RUN:
- linux:
+ - linux:
$ mine-sweeper
if it doesn't work:
$ /usr/local/games/mine-sweeper
- windows:
- double click on bin/mine-sweeper.exe
+ - windows:
+ run 'bin/mine-sweeper.exe'
UNINSTALL:
- linux:
+ - linux:
# make uninstall
- windows:
- double click on UNINSTALL.cmd
+ - windows:
+ run 'UNINSTALL.cmd' as administrator
THE PROGRAM DOES:
@@ -81,18 +79,23 @@ MENU:
* - Start
* + Select map:
* - New map
- * - Load map("path
+ * - Load map(File: "<file>")
* - ..
* + Change difficulty:
- * - Change rows: rows (XX)
- * - Change columns: cols (XX)
- * - Change proportion of mines: p (XX.XXXXXX)
+ * - Beginner
+ * - Intermediate
+ * - Expert
+ * + Custom:
+ * - Change rows: rows (X)
+ * - Change columns: cols (X)
+ * - Change proportion of mines: p (0.XXXXXX)
+ * - ..
* - ..
* - Change file name (File: "<file_name>")
- * + DEVEL:
- * - Change seed (srand)
- * x Change verbose
- * - ..
+ * - Hi scores
+ * N/A x DEVEL:
+ * N/A - Change seed (srand)
+ * N/A - ..
* - ..
* - Disclaimer of warranty
* - Terms and conditions
@@ -102,8 +105,6 @@ MENU:
SYSTEM REQUIREMENTS:
- /*
* A terminal ¿?
- */
To be continued...