Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tdegames/kmines
Michele Calgaro d6118d8a63
Replace auto_ptr
il y a 3 mois
..
bitmaps Initial cmake conversion il y a 8 ans
data Simplify CMake rules for desktop file translations. il y a 4 ans
solver Replace auto_ptr il y a 3 mois
CHANGELOG Rename KAbout to avoid conflicts with KDE4 il y a 11 ans
CMakeL10n.txt Desktop file translations: il y a 4 ans
CMakeLists.txt Rearrangement of libtdegames highscore headers. il y a 4 ans
LICENSE Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
Makefile.am Rearrangement of libtdegames highscore headers. il y a 4 ans
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
defines.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
defines.h Trinity Qt initial conversion il y a 14 ans
dialogs.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
dialogs.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
field.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
field.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
frame.cpp Replaced various '#define' with actual strings - part 3 il y a 5 mois
frame.h rename the following methods: il y a 13 ans
highscores.cpp Rename additional header files to avoid conflicts with KDE4 il y a 11 ans
highscores.h Rearrangement of libtdegames highscore headers. il y a 4 ans
kmines.kcfg Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
kminesui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
kzoommainwindow.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
kzoommainwindow.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
main.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
main.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
settings.kcfgc Rename a number of libraries and executables to avoid conflicts with KDE4 il y a 11 ans
settings_addons.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
status.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines il y a 3 mois
status.h Replace Q_OBJECT with TQ_OBJECT il y a 9 mois
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans

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.