CA 'Board' Game [Game]
Posted: September 17th, 2023, 8:08 am
Rules:
The board starts in this configuration:
(the rulefile is here)
Each turn, a player posts a RLE that is the last RLE from their opponent (or the above RLE if no cells have yet been placed) advanced by one generation, but with a single added cell of their own color. You may not alter the RLE in any other way. You may also pass your turn by adding no cells and leaving it unchanged.
Blue plays first move.
The game continues until either no more moves are possible or a player forfeits. At the end of a game, the winner will have more cells on the board.
Example game:
The board starts in this configuration:
Code: Select all
x = 19, y = 19, rule = Wafers:P19,19
!
Each turn, a player posts a RLE that is the last RLE from their opponent (or the above RLE if no cells have yet been placed) advanced by one generation, but with a single added cell of their own color. You may not alter the RLE in any other way. You may also pass your turn by adding no cells and leaving it unchanged.
Blue plays first move.
The game continues until either no more moves are possible or a player forfeits. At the end of a game, the winner will have more cells on the board.
Example game:
P1:P2:Code: Select all
x = 19, y = 19, rule = Wafers:P19,19 6$5.A!P1:Code: Select all
x = 19, y = 19, rule = Wafers:P19,19 6$5.A$9.B!P2:Code: Select all
x = 19, y = 19, rule = Wafers:P19,19 6$5.A$5.A3.B!P1:Code: Select all
x = 19, y = 19, rule = Wafers:P19,19 6$5.A$5.A3.B3.B!P2:Code: Select all
x = 19, y = 19, rule = Wafers:P19,19 6$5.A$5.A3.B3.B$5.A!P1:Code: Select all
x = 19, y = 19, rule = Wafers:P19,19 6$5.A$5.A3.B3.2B$5.A!P2:Code: Select all
x = 19, y = 19, rule = Wafers:P19,19 6$5.A$5.A3.B3.2B$5.2A!P1: I forfeit.Code: Select all
x = 19, y = 19, rule = Wafers:P19,19 6$5.A$5.2A2.B3.2B$5.2A7.B!