Node Maze

by ACWraith
Abstract maze creation, management and path-finding. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://ACWraith.NodeMaze##version=5

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://ACWraith.NodeMaze##version=5

256 downloads
Version 5
Date added: Feb 15 2012
Last updated: Mar 20 2012
0 fans
This library contains an abstract datum for creating and managing mazes. The nodes of the maze can be any type of data other than the null value or lists. They don't even have to be the same type of data. Dead ends, origins, funnels, forks and tunnels can be identified. Prim's algorithm is included, but manual connections can be created for other maze types. Connections can be one-way or reciprocating. Path-finding is included.

If you know you're using BYOND's traditional coordinate system, Directional Grid might be more to your liking.

Comments

Delta0Zero2: (Jul 25 2016, 12:44 am)
Undoubtably cool!