Maybe I'm wrong for trying to have this much fun in Perl, but hey, I like to choose the languages with the most advanced constructs available...C doesn't do that for me and then you get bogged down with data structures and memory management.

Yes, you're wrong to try to do game development in Perl. Why? Because nobody else does it, that's why! Programming these days takes more than a lone avenger with a compiler. It takes a community of active developers and users. And since there's no active Perl game programming community, Perl isn't much of an option.

I've seen games written in Python using SDL pop up on Freshmeat. Maybe that's something to look into if you really can't deal with C. But whatever you choose, don't go it alone!

And just to prove I know what I'm talking about: check this. It was a miserable failure and I believe the lack of a Perl game programming community was the #1 reason.

-sam


In reply to Re: 2D realtime pixel graphics options in Perl by samtregar
in thread 2D realtime pixel graphics options in Perl by flyingmoose

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.