## Description
_KMines_ is an implementation of the classic Minesweeper game for the KDE
desktop. On a rectangular board there are bombs hidden in random spots. The
player has to reveal fields and if at least one bomb is around that field in
any of the eight directions of the board, the number of surrounding bombs is
shown as a number. If no bomb is around that field, the field is cleared and
all adjacent fields without any bomb contact are also revealed. The goal of
the game is to mark all fields with bombs by combining the information of the
tiles with numbers. If a bomb is revealed, the game is lost.
The game features three difficulty levels, which change the size of the board
and the amount of bombs randomly placed. Custom boards can also be played with
a size of up to 50×50 and chosen amount of bombs. There are four graphical
themes and a high-score table to reach, in which the time required to mark all
bombs is recorded.