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

Is there game build using Perl? What game? Is there sample or tutoriol in making game with Perl?

Replies are listed 'Best First'.
Re: Game with perl
by chb (Deacon) on Jan 19, 2005 at 10:54 UTC
Re: Game with perl
by gellyfish (Monsignor) on Jan 19, 2005 at 10:39 UTC
Re: Game with perl
by monkey_boy (Priest) on Jan 19, 2005 at 12:07 UTC
    Get a copy of "Advanced Perl Programming", a full Tetris-style game in there...


    I should really do something about this apathy ... but i just cant be bothered
Re: Game with perl
by Thilosophy (Curate) on Jan 19, 2005 at 11:01 UTC
Re: Game with perl
by prasadbabu (Prior) on Jan 19, 2005 at 10:30 UTC

    Yes, by using perl you can make many games. By using Perl Tk, GUI we can make many games with your own logic and there are examples in perl TK.

    Prasad