Simple 3d dungeon with MiniB3D

Community Forums/Showcase/Simple 3d dungeon with MiniB3D

jhans0n(Posted 2008) [#1]
I'm not sure how many people actually read the MiniB3D forum, but I posted a little program there that uses Ryan Burnside's great dungeon generator and MiniB3D to make a simple, random dungeon.

http://blitzmax.com/Community/posts.php?topic=79497

Any comments or improvements would be appreciated. Also, feel free to use the code in your own projects.

You'll need the MiniB3D v. 0.51 module installed in order to compile it.

Enjoy!


jhans0n(Posted 2008) [#2]
Here's a screenshot of it with some textures applied. The code, as posted, defaults to not using textures so that you can test it without any media.




jhans0n(Posted 2008) [#3]
I posted a compiled version of this demo for Intel Mac only over at my website:

http://jhanson.com/software/3dtest.html

The compiled version uses the textures shown above. I might post a Windows version later if I get around to it, but for now you can compile it yourself.

EDIT: The Windows version has been posted too.


slenkar(Posted 2008) [#4]
cool idea to implement the random dungeons and 3d !


jhans0n(Posted 2008) [#5]
Thanks. I saw someone do something similar with a different random generator, but they didn't do any collisions or anything.

Also, I wanted to let everyone know that I posted a Windows version on my website above. Enjoy!