You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/kmines
toma c90c389a8a
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
15 years ago
..
bitmaps Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
data Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
solver Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CHANGELOG Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
LICENSE Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
defines.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
defines.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
dialogs.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
dialogs.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
field.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
field.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
frame.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
frame.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
highscores.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
highscores.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kmines.kcfg Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kminesui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kzoommainwindow.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kzoommainwindow.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
main.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
main.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
settings.kcfgc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
settings_addons.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
status.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
status.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

KMINES : the KDE minesweeper
----------------------------
Copyright (c) 1996-2004 Nicolas HADACEK  (hadacek@kde.org)
Copyright (c) 2001      Mikhail Kourinny (mkourinny@yahoo.com)
Distributed under the GNU General Public License


This is a very classical minesweeper written from scratch
with three predefined levels and custom levels.

 Easy   :  8x8  with 10 mines
 Normal : 16x16 with 40 mines
 Expert : 30x16 with 99 mines


Requirements : up to date KDE and QT libraries.