ID:319596
Feb 20 2012, 8: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.
| |
#3 Feb 20 2012, 5:18 pm
|
|
Runt doesn't download. Lummox needs to update the resource (or something).
| |
#4 Feb 20 2012, 6:12 pm
|
|
Runt is just about incomprehensible. I've tried uncompressing it but haven't been successful as of yet.
| |
D4RK3 54B3R wrote:
Runt is just about incomprehensible. Yeah I know! It is like he was beeing posessed or something...
It's this and some more in a .dms | ||
#6 Feb 20 2012, 7:49 pm
|
|
The hell?
| |
#7 Feb 21 2012, 7:25 am
|
|
I meant, like, text-graphics.
| |
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. :) | |
#9 Feb 21 2012, 7:22 pm (Edited on Feb 21 2012, 7:34 pm)
|
||
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:
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. | ||
#10 Feb 22 2012, 9:36 am
|
|
cheers.
| |
#11 Feb 23 2012, 10:37 am
|
|
The code is like that because it was compressed to save space for a 4K challenge.
| |
#12 Feb 24 2012, 12:14 pm
|
|
By the way, Bumblemore, you won't be able to recreate DF in BYOND. :P Closest would be Dungeon Master, but it's pretty crappy.
El Wookiee was working on a tutorial for random generation, but he only made one chapter... Guess he gave up! | |
#13 Feb 24 2012, 12:41 pm
|
|
procedural generation is a bitch lol
| |
i think runt is open-source