plan9front/sys/src/games/mines
aiju ac891003ea games/mines: add missing checks for UseGhost 2018-07-03 07:22:19 +00:00
..
pictures added minesweeper! 2011-05-14 13:32:57 +00:00
README games/mines: bikeshedding 2018-02-25 01:43:21 +00:00
dat.h ghost in the minesweeper shell 2018-02-25 02:50:24 +00:00
fns.h games/mines: build a better ghost trap 2018-03-10 14:40:34 +00:00
gfx.c games/mines: bikeshedding 2018-02-25 01:43:21 +00:00
ghost.c games/mines: chain new CLists in splitknown correctly 2018-05-02 23:01:39 +00:00
mines.c games/mines: add missing checks for UseGhost 2018-07-03 07:22:19 +00:00
mkfile ghost in the minesweeper shell 2018-02-25 02:50:24 +00:00

README

This code is based on:

	Mines ver. 1.0

	Minesweeper game written for Plan 9 Third Edition.

	Original Copyright (C) 2001 Antonin Vecera
	email: antonin.vecera@gmail.com

Controls

	Left mouse button - uncover the current location
	Middle mouse button - uncover all adjacent squares that are known to be safe
	Right mouse button - mark a square as known to contain a mine

	n - start a new game
	q, DEL - quit the game
	b, a, e - select game level (beginner, advanced, expert)


This code is licensed under the GNU General Public License, Version 2,
reproduced in the file /lib/legal/gpl.