Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
tdegames/kmines
Michele Calgaro d6118d8a63
Replace auto_ptr
3 місяці тому
..
bitmaps Initial cmake conversion 8 роки тому
data Simplify CMake rules for desktop file translations. 4 роки тому
solver Replace auto_ptr 3 місяці тому
CHANGELOG Rename KAbout to avoid conflicts with KDE4 11 роки тому
CMakeL10n.txt Desktop file translations: 4 роки тому
CMakeLists.txt Rearrangement of libtdegames highscore headers. 4 роки тому
LICENSE Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 роки тому
Makefile.am Rearrangement of libtdegames highscore headers. 4 роки тому
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 роки тому
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 роки тому
defines.cpp Rename additional header files to avoid conflicts with KDE4 11 роки тому
defines.h Trinity Qt initial conversion 14 роки тому
dialogs.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 місяці тому
dialogs.h Replace Q_OBJECT with TQ_OBJECT 9 місяці тому
field.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 місяці тому
field.h Replace Q_OBJECT with TQ_OBJECT 9 місяці тому
frame.cpp Replaced various '#define' with actual strings - part 3 5 місяці тому
frame.h rename the following methods: 13 роки тому
highscores.cpp Rename additional header files to avoid conflicts with KDE4 11 роки тому
highscores.h Rearrangement of libtdegames highscore headers. 4 роки тому
kmines.kcfg Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 роки тому
kminesui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 роки тому
kzoommainwindow.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 місяці тому
kzoommainwindow.h Replace Q_OBJECT with TQ_OBJECT 9 місяці тому
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 місяці тому
main.h Replace Q_OBJECT with TQ_OBJECT 9 місяці тому
settings.kcfgc Rename a number of libraries and executables to avoid conflicts with KDE4 11 роки тому
settings_addons.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 роки тому
status.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 місяці тому
status.h Replace Q_OBJECT with TQ_OBJECT 9 місяці тому
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 роки тому

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.