There is a lot of discussion in the Perl community about how to make Perl more popular.

And there is a place where people are regularly asking questions like, 'Can someone help me install Strawberry Perl?'

I have no involvement in the project. I just play the game. But I wanted to draw the community's attention to new ways in which Perl could be made popular.

The game is written in Perl, yes. But the speciality of the game is that it makes an API available, and there is a Perl client which uses the API. Players of the game are able to do things with Perl scripts that they wouldn't be able to do as easily with the web client.

That is what gives the players an incentive to learn Perl. Or at least to install it and to run scripts written by other players. Most players who play the game for any length of time end up learning to use Perl scripts.

A little about the game (copied from the website)
The Lacuna Expanse is a region of space with millions of habitable worlds. You can play with or compete against thousands of players as you build your empire, fight off spies in a battle for cold war supremacy, form alliances, search the expanse for lost ancient artifacts, and more. Join thousands of players online right now in this massively multiplayer online space strategy game

Play for free on the web or on your iPhone.

A few links:
The Lacuna Expanse Home Page
Click Here to Play
The Perl client code
Perl Server code

In reply to Perl and The Lacuna Expanse by nbezzala

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.