wazho / DungeonGenerator

Dungeon Generator for XAOCX project, it publishes on Unity extension.
5 stars 0 forks source link

Validate cyclic link and fix some bug. #67

Closed qwe321qwe321qwe321 closed 7 years ago

qwe321qwe321qwe321 commented 7 years ago

Implement ValidateCyclicLink method. (Kahn's Algorithm) Fix the bug in StickyNode. The bug is that stick or unstick the node is not success sometime.

wazho commented 7 years ago

Excellent !!