]> git.lizzy.rs Git - plan9front.git/blob - sys/src/games/mines/README
merge
[plan9front.git] / sys / src / games / mines / README
1 Mines ver. 1.0
2
3 Minesweeper game written for Plan 9 Third Edition.
4
5 Controls
6
7         Left mouse button - uncover the current location
8         Middle mouse button - uncover all adjacent squares that are known to be safe
9         Right mouse button - mark a square as known to contain a mine
10
11         n - start a new game
12         q, DEL - quit the game
13         b, a, e - select game level (beginner, advanced, expert)
14
15 Copyright (C) 2001 Antonin Vecera
16
17 email: antonin.vecera@gmail.com
18
19 This program is free software; you can redistribute it and/or modify
20 it under the terms of the GNU General Public License as published by
21 the Free Software Foundation; either version 2 of the License, or
22 (at your option) any later version.
23
24 This program is distributed in the hope that it will be useful,
25 but WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27 GNU General Public License for more details.
28
29 You should have received a copy of the GNU General Public License
30 along with this program; if not, write to the Free Software
31 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA