Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Demolishun34492320dThe fixed version. It still has too many connections on some rooms right now though.
-
Demolishun34492320dI should note. My goal is NOT to connect every room. Just to connect some of them. I plan on having the ability to mine to find other areas of the map that are not connected. I liked this feature of Nethack. The maps were not perfect. Some areas were walled off.
-
RememberMe14725320dYou could generate pre-connected rooms via cellular automata? That should be a lot more structured.
-
Oktokolo12122320dIf this is a dungeon, play dungeonkeeper to get an idea about how an actual dungeon might be designed by an inteligent being.
If it is a cave system, try to find plans of actual caves and try to find patterns there.
When you know how the results should look like, you can chose the best algorithm to achieve that. -
Demolishun34492319d@Root could you imagine a random interior every time you go in? Too bad we don't have holodeck tech to do this.
Related Rants
-
AmyShackles22Recent life lessons: ◆ Do not buy a domain name without obfuscating your contact information, lest you want...
-
xonya2The most crazy issue I've fixed was caused by a TCP behavior which I didn't know, called the "half-closed conn...
-
retnikt1I have to say mosh. For those that don't know, it's an extension on SSH for intermittent connections e.g. when...
Connecting rooms by determining which rooms are closest. Some rooms connections cross other rooms. Found out how to eliminate those. Picture as first comment. It stills suffers of hub rooms have way too many connections. So I will have to figure out how to cull connections of rooms that have too many.
rant
rooms
connections