<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Winmaze - Another Maze Editor</title>
	<link>http://www.micromouseonline.com/blog/2008/08/16/winmaze-another-maze-editor/</link>
	<description>A micromouse builders blog</description>
	<pubDate>Tue, 06 Jan 2009 14:03:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: peteh</title>
		<link>http://www.micromouseonline.com/blog/2008/08/16/winmaze-another-maze-editor/#comment-1161</link>
		<dc:creator>peteh</dc:creator>
		<pubDate>Tue, 04 Nov 2008 07:47:50 +0000</pubDate>
		<guid>http://www.micromouseonline.com/blog/2008/08/16/winmaze-another-maze-editor/#comment-1161</guid>
		<description>It could indeed.

The numbers refer to the weighting given to turns. Choosing 1 means that moving straight ahead is no more costly than turning lefto or right. Larger numbers increase the cost of turning. As the cost is increased, the route chosen favours runs with fewer turns. Mice can alter the weighting to suit their characteristics and to determine whether it might be worth continuing to search for a more optimal route.

In this program flooding begins at the start cell and floods the entire maze. In a practical mouse the same algorithm would flood from the current mouse position until the destination is reached or no changes are detected. In this way the mouse will be able to calculate a route from its current location to any given cell.</description>
		<content:encoded><![CDATA[<p>It could indeed.</p>
<p>The numbers refer to the weighting given to turns. Choosing 1 means that moving straight ahead is no more costly than turning lefto or right. Larger numbers increase the cost of turning. As the cost is increased, the route chosen favours runs with fewer turns. Mice can alter the weighting to suit their characteristics and to determine whether it might be worth continuing to search for a more optimal route.</p>
<p>In this program flooding begins at the start cell and floods the entire maze. In a practical mouse the same algorithm would flood from the current mouse position until the destination is reached or no changes are detected. In this way the mouse will be able to calculate a route from its current location to any given cell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.micromouseonline.com/blog/2008/08/16/winmaze-another-maze-editor/#comment-1160</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 04 Nov 2008 05:49:21 +0000</pubDate>
		<guid>http://www.micromouseonline.com/blog/2008/08/16/winmaze-another-maze-editor/#comment-1160</guid>
		<description>Nice program.  It could use a little help file to describe what the 1-7 selector means.  

I'm also curious about the flood fill.  Doesn't the flood start from the middle?

Alan  KM6VV</description>
		<content:encoded><![CDATA[<p>Nice program.  It could use a little help file to describe what the 1-7 selector means.  </p>
<p>I&#8217;m also curious about the flood fill.  Doesn&#8217;t the flood start from the middle?</p>
<p>Alan  KM6VV</p>
]]></content:encoded>
	</item>
</channel>
</rss>
