File: README

package info (click to toggle)
xdemineur 2.1.1-19
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 440 kB
  • ctags: 315
  • sloc: ansic: 1,314; makefile: 8
file content (73 lines) | stat: -rw-r--r-- 2,663 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
README file for xdémineur
=========================

Xdémineur is a minesweeper game for the X Window System.

The object of this game is to find the location of the mines
hidden in the minefield and to mark their location by placing a
warning flag.  You have exactly as many flags as there are mines.
The number of flags that remain to be placed is displayed in the
top left corner of the window and a timer is displayed in the top
right corner.

The game is played using a three buttons mouse, as usual with the
X Window System.  The left button (button 1) is used to uncover
the square on which you click (hoping that a mine is not hidden
there).  The number displayed in an uncovered square indicates
how many mines are located around this square (for example, a 3
means that there are three mines within the 8 surrounding
squares).  The whole game relies on the right use of these
numbers.  The right button (button 3) is used to place a flag on
a square (this indicates that there is a mine here).  If you
click again with the right button on a square that has a flag,
the flag is changed into a question mark: this is useful if you
are trying to guess the possible location of some mine, you can
use question marks to think about it.  One more click with the
right button and the question mark disappears.  Clicking with the
middle button (button 2) on an uncovered square which has all its
flags placed around uncovers the surrounding cells which have no
flags (this will save a lot of time).

Finally, to start a new game, just click on the yellow face above
the minefield.

FTP sites
---------

You can get the latest version of xdémineur by anonymous FTP
from:

<URL:ftp://ftp.babafou.eu.org/pub/babafou/>   (primary site)
<URL:ftp://ftp.x.org/contrib/games/>

Installation
------------

See the INSTALL file.

Bugs
----

Please report any bug you could find in xdémineur to
<babafou@babafou.eu.org>.  Also, you should tell me the
customizations you may have done, such as adding new functions to
the game or making modifications to allow the game to run on your
system.

Copyright
---------

Copyright © 1993-1999 Marc Baudoin <babafou@babafou.eu.org>

Permission to use, copy, modify, and distribute this software and
its documentation for any purpose and without fee is hereby
granted, provided that the above copyright notice appear in all
copies and that both that copyright notice and this permission
notice appear in supporting documentation.  The author makes no
representations about the suitability of this software for any
purpose.  It is provided "as is" without express or implied
warranty.

-- 
Marc Baudoin
<babafou@babafou.eu.org>