I decided to spend a few hours today knocking out the first chunk of a project I’d wanted to do for a long time: a mod of Spelunky that turns it into a visualization tool for its procedural level generator.
Click here for the tool and the accompanying essay. (Works only in Google Chrome, as this is based on the port of Spelunky I did for the Chrome Web Store.)
{ 2 comments }
Hi darius, great article! I have a questionrelated to your blog post.
1- You mentioned that while deciding which direction to choose next, we randomly choose from (1-5)
(1,2) for left
(3,4) for right
(5) for bottom
if all the 16 times we get a random number from (1-5) then every room will be a part of a solution or not?
or do we limit the solution path? let say solution path at max can contain 10 rooms?
thanks
Comments on this entry are closed.
{ 4 trackbacks }