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

Re: [pbmserv] AI players, was New game: Knight Panic



What are the rules / conventions for AI players?  Are they allowed at
all, some naming or identification convention?  Does the nature of the
program, whether it be a perfect player or not, matter?  Can they be
excluded from rankings?

On Mon, Aug 3, 2009 at 12:12 PM, Sparr<sparr0@gmail.com> wrote:
> 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.
>