tamaguchi has asked for the wisdom of the Perl Monks concerning the following question:

Have you ever seen any computer games written i Perl. I have not yet seen any such game except a black-jack-game which I have written myself.

Replies are listed 'Best First'.
Re: Computer Games in Perl?
by rjray (Chaplain) on Apr 02, 2006 at 09:25 UTC

    Well, Frozen Bubble is written in Perl, and comes with several distributions...

    --rjray

Re: Computer Games in Perl?
by zentara (Cardinal) on Apr 02, 2006 at 10:06 UTC
Re: Computer Games in Perl?
by jhourcle (Prior) on Apr 02, 2006 at 11:36 UTC

    There's PerlMUD, which is a mud codebase in Perl. There are plenty of CGI based perl 'games' out there, as well as text-based, and even some GUI ones.

    You can take a look at the book Games, Diversions and Perl Culture, or just do search on your favorite search engine for 'perl games'.

Re: Computer Games in Perl?
by marto (Cardinal) on Apr 02, 2006 at 10:35 UTC
    tamaguchi,

    Had you used the Super Search facility before posting (try searing for 'Perl games' for example) you would have found quite a few nodes on this topic.

    Martin
Re: Computer Games in Perl?
by jonadab (Parson) on Apr 02, 2006 at 12:01 UTC
    Does Perl golf count?
Re: Computer Games in Perl?
by Sandy (Curate) on Apr 02, 2006 at 19:11 UTC
Re: Computer Games in Perl?
by teamster_jr (Curate) on Apr 03, 2006 at 09:04 UTC