concede 0.1
Concede is a computer version of the board game "Take It Easy". The game is a kind of mix between 4-in-a-row and bingo (aka loto in some place). The player start with an empty board where 19 hexagonal tiles have to be placed. At each turn a random tile is drawn and the player must put it somewhere on the board.
Each tile is marked with 3 numbers (from 1 to 9) and the player must try to make as many complete rows as possible with the tiles he get. The problem is that their is more tiles in the game than places on the board and they come in random order.
When the board is full the game end and the score is computed by adding all the complete rows together. So for example a row of four 5 is worth 20 points, a row of three 9 is worth 27 points, etc.
A nicer and deeper description of the game can be found at: http://www.panix.com/~sos/bc/take-easy.html
Requierements
Concede is written in C with GTK+ 2.4. So it only require GTK and a C compiler. Make is nice too for easy build.
Build
If you have pkg-config then a simple 'make' should build it. Otherwise edit the Makefile to fit your gtk installation.
Install
Sorry no 'make install' is available currently. Just copy the binary where you want it.
Authors and License
This program has been written by Alban Bedel and is licensed under the GNU GPL. See the LICENSE file for more informations.
