[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pbmserv] New game: Knight Panic



It seems like the 4x4 board would be trivially solvable by brute force
(5e8 legal positions, <16 legal moves per position, far simpler than
checkers/draughts).  The larger boards seem plausible as well with
more advanced algorithms and considerations (e.g. links in the game
tree representing moves are bidirectional).

Anyone care to try?

On Mon, Aug 3, 2009 at 11:07 AM, Cameron
Browne<cameron.browne@btinternet.com> wrote:
> ? Knight Panic is a simple combinatorial game in which players move knights
> ? around to trap the opponent.
>
> ?Rules
>
> ? The game is played on a square 4x4 grid set up as follows:
>
> ? ? x x x x
> ? ? . . . .
> ? ? . . . .
> ? ? o o o o
>
> ? White starts. Players take turns making a knight move with one of their
> ? pieces.
>
> ? A player wins if any of their opponent's pieces has no legal move. If a
> move
> ? simultaneously achieves this for both players, then the mover wins.