[Home] [Groups] - Message: [Prev in Group] [Next in Group]
9274: [MUD-Dev] Re: mobile movement
[Full Header] [Plain Text]
From: Richard Woolcock <KaVir@dial.pipex.com>
Newsgroups: nu.kanga.list.mud-dev
Date: Thu, 07 Jan 1999 01:22:58 -0800
References: [1]
Organization: Kanga.Nu
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.