Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I'm codeveloper for MoLD, a roguelike game written in perl.

See _the_code_

We've decided *basically* how most things should be laid out in our game, yet are having some difficulty meeting some of our development goals.

These Goals being:

  • OO Perl.
  • Distinct Seperation between UI and game core.
  • multiple UI capabilities.
  • Some portability
  • General Code Asthetics
  • Efficiency, as much as feasible

I feel we've done well with most of these attempts... excepting possibly for the quality of our OO Perl, and probably with the Asthetics and quality of our code in general.

We're trying to use Heap::PriorityQueue for our event queue, and we've got some issues with our command processing code, which should be a collection of CODEREFS.

Basically, I've got some things laid out in docs/command_pathways that i'd like looked over, as well as all of the code in general... I'd like to increase number of MoLD enthusiasts. Please checkout the code and try it out.

Warning: possibly isn't very portable at all right now, but is currently tested on FreeBSD and Linux on perl 5.6.1.


In reply to MoLD: Request for Advice by vaevictus

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-28 17:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found