aboutsummaryrefslogtreecommitdiffstats
path: root/games/xchain/pkg-descr
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-04-27 12:36:16 +0800
committermph <mph@FreeBSD.org>1998-04-27 12:36:16 +0800
commitad0949e5838d4f75636b613f7a7e04f31c5b72e7 (patch)
tree3f57d427a9c0394eb278e399cc84f6a2c5cef79f /games/xchain/pkg-descr
parent55620e8b838a2cabed16f7d91b8ca1085d0fff3d (diff)
downloadfreebsd-ports-gnome-ad0949e5838d4f75636b613f7a7e04f31c5b72e7.tar.gz
freebsd-ports-gnome-ad0949e5838d4f75636b613f7a7e04f31c5b72e7.tar.zst
freebsd-ports-gnome-ad0949e5838d4f75636b613f7a7e04f31c5b72e7.zip
Import of Chain Reaction 1.0.2, a Tk-based strategy game.
PR: 5998 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xchain/pkg-descr')
-rw-r--r--games/xchain/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xchain/pkg-descr b/games/xchain/pkg-descr
new file mode 100644
index 000000000000..a8d2a61a65ce
--- /dev/null
+++ b/games/xchain/pkg-descr
@@ -0,0 +1,19 @@
+ Chain Reaction is played on an 8 by 8 board. Players take turns to move.
+On each move, the player may select an empty square, or one they already
+own. Squares belonging to other players may not be chosen. If the square
+was unowned, it becomes the property of the player, and is given a value of
+1. If the square was owned by the player, the value is incremented.
+
+ If the value of a square ever exceeds the maximum permitted of that
+square, it explodes. Squares in the corner have a maximum of 1, squares
+touching an edge, but not on a corner have a maximum of 2, and squares in
+the interior have a maximum of 3.
+
+ When a square explodes, it becomes unowned, and it's value is reset to
+0. The 4 squares touching it become owned by the owner of the exploding
+square, and their values are incremented. If any of these are above their
+maximum, they explode, giving rise to the chain reaction.
+
+ If, at the end of a move, any of the players have no squares, they are
+dead, and get no more turns. When there is only one person left, they are
+the winner.