Table of contents:
concedeConcede 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
RequierementsConcede is written in C with GTK+ 2.4. So it only require GTK and a C compiler. GNU make is nice too for easy build (so gmake under BSD).
ReleasesThe first release of concede is concede-0.1. The developement version is in the svn repository: https://dotsec.net/repos/concede Their is also the web interface: https://dotsec.net/cgi-bin/viewcvs.cgi/concede
ScreenshotThe game use the GTK theming capbilities, so if you have a theme installed it might look different. With the default theme:
LicenseThis software was written by Alban Bedel and is licensed under the GNU GPL.
|