Rekonq λ

How to play
Login

Initialization

First, you need to specify the board size and number of players, so the game can be initialized. Each player will have a cell of random type, located on a corner of the board.

Rules

Cell types

Symbol Description
. Empty, always available to be conquered.
* Can conquer available cells around them crosswise (one per turn).
o Can conquer available cells around them diagonally (one per turn).
# *” cells, but unavailable to conquer (i.e. on a reconquered cell).
@ o” cells, but unavailable to conquer (i.e. on a reconquered cell).

Note: reconquered * and o are automatically represented on the board with # and @, respectively.