## Description _KSquares_ is an implementation of the pen and paper game _Dots and Boxes_. On a grid each player connect two points with a line each turn. The goal is to connect four lines to create a square. Filling a square allows the player to add [...]
## Description _KSnakeDuel_ is an implementation of the Tron arcade game. Two players compete on a board moving around, but leave a solid trail after them, that do not disappear. Colliding with a wall, the tail of the opposite player or the own tail [...]
## Description _KsirK_ is an implementation of the _Risk_ -board game. Up to six players compete on a world map. Each turn armies can be set in own countries and other countries attacked. Attacking a country is implemented with dice throws. Depending on [...]
## Description _KShisen_ is an implementation of the Shisen-Sho/Match-It coin-op. Stones are places on a flat rectangular board and have to be removed by pairs of the same symbol. Each symbol applies four times on the board. Pairs can be removed if the [...]
## Description _KReversi_ is an implementation of the _Reversi_ -board game. On a 8×8 board two players set stones in turns and must place the new stone that at least one stone of the opponent is captured. This capturing happens for each stone of the [...]
## Description _Kollision_ is a small arcade game. A room is filled with red balls, moving with constant speed and bounce of walls. If the red balls collide with each other, they change impulse (their speed) and direction according to the angles they hit. [...]
## Description The goal in _KNetWalk_ is to build a working network. On a square board there are several “interlinks”, some are straight lines, others bended in 90 degree or having a branch off. On the board are an amount of [...]
## 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 [...]