## Description _KMahJongg_ is a Mahjongg-Solitaire implementation. The player has to clear a board filled with 144 stones by removing pairs with the same symbol. You are only allowed to remove a pair if both stones are “free”, which means they [...]
## Description _Klickety_ is a conversion of the game Clickomania. You have a board filled with colored stones and the goal is to clear the board completely. You can remove stones when at least two stones of the same color are beside each other. On a [...]
## Description _KJumpingCube_ is a puzzle/strategy game played on a squared board. A board is filled with cubes and the goal is to recolor all of them to win the game. Each cube has a certain amount of stones laying on it giving it a numerical value. [...]
## Description _Kiriki_ is an implementation of the Yahtzee dice game. The player throws five dices for up to three times, keeping back those dices already on a desirable number. The player has to fill 13 categories, like collecting specific numbers, [...]
## Description _Killbots_ is an extended implementation of the older UNIX game robots by Ken Arnold. The player is chased by robots trying to kill him. The goal is to survive until all robots are dead. In this turn-based program the player can move his [...]
## Description _Kigo_ is an implementation of the Go board game for the KDE desktop environment. The game can be played on any board size from tiny 9×9 up to the normal 19×19 board. Handicaps and Komi points can be set manually. Two players can [...]
## Description _KFourInLine_ is an implementation of the Connect Four board game. On a 6×7 board, players can add stones in turns, trying to get four connected stones of the same color in either horizontal, vertical or diagonal ways. The game [...]
## Description _KDiamond_ is a tile-matching game, in which the player has to build rows or columns of at least three identical colors. This is done by exchanging to adjacent stones (horizontal or vertically, not diagonal). Overall there are six colors on [...]