## Description
_Bits_ is a puzzle game where the player has to find the hidden bits on the
game board. A typical game board consists of 16×8 tiles (the size can be
altered by the player from 4×4 to 32×32) and 5 bits (number of bits can be set
to any value between 1 and 16). Each tile the player clicks on can either be a
bit or a number that indicates how many bits that tile aligns to
(horizontally, vertically and diagonally).
The game has five different playing modes:
* Demo: This is a beginner mode that give the player help.
* Extra: A new type of tile that can kill the player is introduced in this mode
* Ratsel: The computer turns a number of tiles for the player and then the player has to find the missing bit(s) without making any mistakes since every other tile except the bit(s) now will kill the player
* Doppel: Allows two players to compete. This is a timed mode and each move may not take more than 30 seconds
This game was written in PureC.