ID:319596
Feb 20 2012, 6:45 am
|
|
Hey, I was wondering if anybody out there had a library/demo that covers the basics of a Roguelike game, I'm talkin' text graphics'n dat. I've seen one before, but it's quite tough to navigate around the BYOND resources when it doesn't even have it's own tab anymore.
|
Feb 20 2012, 9:23 am
|
|
It is here is a link to the hub for it.
|
Runt is just about incomprehensible. I've tried uncompressing it but haven't been successful as of yet.
|
In response to D4RK3 54B3R
|
|
D4RK3 54B3R wrote:
Runt is just about incomprehensible. Yeah I know! It is like he was beeing posessed or something... #define u #define It's this and some more in a .dms |
In response to Bumblemore
|
|
Off subject: I like your avatar.
On subject: i'm not sure if there's any demos with text graphics out there. This would be something nice to make, if you wanted to dig into it. :) |
I've just downloaded the Runt source maybe less than an hour ago. I've expanded it to proper indentations, and it compiles properly. Getting runtime errors, though, so...
Oh, and I learned something new: mob I learned from the compressed Runt source that you can use the ternary ? operator in one line, and also the two-part &&/|| operators too. edit: after ONE more modification, that runtime error has disappeared. Now all I need to do is convert the one-letter definitions to their full meanings, but that's enough of me hijacking this topic. |
The code is like that because it was compressed to save space for a 4K challenge.
|