/--------------------------\ |BarricadeWB documentation | |Author: Michal Szafranski | |Version: 1.0 | |Status: Freeware | \--------------------------/ Short: This program is an implementation of classic board game for 2-4 players with computer players support. Requirements: - OS 2.0, - 'Boards' file in BarricadeWB directory. Game rules: Every barricade player have 1 to 8 pawns. The point is to place all your pawns on one of exits marked on the board. Whoever do it first wins. Players takes their turns in order. In each turn player moves one of his or her pawns number of game fields equal to numer on six-sided dice. When counting fields you cant move pawn over a stone field. When move ends on such field the stone must be placed on any empty game field. When move ends on field with other pawn on it the pawn is removed from board. When player have no legal move he or she skips the turn. Usage: Select players by selecting number of those players pawns. Now you can change the player type - human or one of 15 computer players. Select board from the list and press 'Play' button to start the game. During game you must confirm each move by pressing left mouse button. To avoid this effect press right mouse instead of left one. Boards: You can add boards to the game by editing the 'Boards' file. It is a text file so you can use any text editor. File can contain up to 64 boards in following format: $ $ . . . Board data is represented by 256 characters (end of line chars ignored) of which every 16 represents one row as described: ' ' - empty field, '*' - exit, '1'-'4' - 1st-4th player starting position, '+' - stone, '#' - wall.