in reply to games played with Perl

How about the game of Go? Every year there are several contests to see who can program the best Go playing agent. (Go is not as solvable as Chess, so it can be a real challenge to even make it work, let long play well)

Perhaps instead of competing against each other, they can work together to creat an entry to one of the contests. This would not only help their Perl skills, but help build team relationships.

Replies are listed 'Best First'.
Re^2: games played with Perl
by JanneVee (Friar) on May 11, 2005 at 21:49 UTC
    Most of the guys building the engines are profficient at the game. The biggest problem with the game is the sheer number of moves that are possible that makes it extremely hard to solve the best move for any given situation. Also the game requiers considerable skill even though it has a limited ruleset.