Mine Seeker GNU/GPL Version 1.1 - DOS version of the classic old game. Created with PowerBASIC for DOS 3.50 Copyright (C) 2001-2002 by B‚la Valek E-mail: bvalek2@freemail.hu This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Files: MINESEEK.EXE The Game (executable application) MINESEEK.BAS Source code COPYING GNU/GPL document README .TXT This file The maximal size of the mine field: 80 columns, 50 rows, 4000 mines. Note to PB users: This program was created with the PowerBASIC mouse unit. Additions to version 1.0: - Easier handling of the mouse. - Game summary. - "New game" option.