I mostly agree, but what's wrong with Perl/Tk, what with its GUI widgets and Canvas for drawing stuff on? Of course, while you might have fun in Tk with vector drawings and static bitmaps (remember how we all loved mostly low-rez Wizardry on our Apple IIs?) you probably won't find an interface to OpenGL in Perl. Oh wait. You will. *grin* (and no, I've never used it, so I can't actually say that it's worth a look).

And if those engines exist with C interfaces and you gots skillz, maybe you'll be the hero by writing the XS to make them accessible to Perl. But frankly, I doubt a scripting language is a good place to write "action" oriented games with polygonz running all amok. But Perl makes a great place to implement an interface to GNU chess or a networkable or mildly AI'ed strategy or card game.

Besides I seem to recall a recent article I read where the most popular computer games were Minesweeper and Solitaire, so maybe the interface isn't that big of a deal.

In reply to (ichimunki) Re x 2: Games in Perl by ichimunki
in thread Games in Perl by artist

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.