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.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.