
Blockem is an open source clone of the board strategy game blokus. It is available for Unix-like systems and Windows and it is written in C /GTKmm (the C wrapper of GTK ).
Main features:
- A 2-player mode (duo game), that can be played against the computer or between two human beings. Several types of AI are available when playing against the computer, all of them based on the minimax algorithm.
- A Single-player (solo) game, where you allocate all the pieces on the board. Starting position and size of the board are completely customizable.
- A 4-players mode, where all players are human. Starting position and size of the board are completely customizable too.
- A challenge mode. Basically a challenge describes a board (size and free squares) and a player -challenger- (set of pieces available plus starting position). A challenge is achieved when the challenger places all his/her pieces on the board.
Comments