I have tried searching for this, but I've only ever found one good example and that was years ago when I was still new at programming and was too ambitious to succeed.
There are examples below of what I would like to achieve with these.
I really just want to know how its done. If you could provide well-commented example code, that would be nice. (emphasis on well-commented)
Even some psuedo-code or a detailed explanation is useful.
Here's a video briefly showing what I would like:
http://www.youtube.c...h?v=xKU28WErq2U
Also, I'd like to do things like these:
# # ######## # = hallway # # <-> = connection with a portal ####<-># # # I want the ends of all the horizontal hallways to be connected to the vertical hallway ###<--># I've seen it in a demo of something before, but I can't find it again # #
+----------+
| ==<-------------------|
| == | ___________v
| -----+ == ==
| == | ==___________==
| == | ^
+---^------+ |
|___________|
|----------| |-------------|
This is a room This is a hallway
==
== These are doors
again <-> are connections with portals

New Topic/Question
Reply



MultiQuote






|