MUD-Dev
mailing list archive

Other Periods  | Other mailing lists  | Search  ]

Date:  [ Previous  | Next  ]      Thread:  [ Previous  | Next  ]      Index:  [ Author  | Date  | Thread  ]

[MUD-Dev] Re: mobile movement



Matthew Mihaly wrote:
> 

[snip]

> The other coder on Achaea and I were discussing the best way to write some
> code that would allow a mobile (or anything really) to intelligently move
> on the shortest route from room A to room B.

My mud uses route-finding through a series of blocks (10x10) of rooms.  The 
rooms each have a coordinate position within the mud, which results in pretty
fast calculations.  There are still a few problems with people trying to wade
through rivers, but the code is fairly successful.

KaVir.




Other Periods  | Other mailing lists  | Search  ]