<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>oue&#039;s profile &#187; 8 Puzzle</title>
	<atom:link href="http://www.aspgod.com/tag/8-puzzle/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspgod.com</link>
	<description>AI algorithm graphics programming blog Firefox ff</description>
	<lastBuildDate>Fri, 20 Jan 2012 16:59:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>8 Puzzle</title>
		<link>http://www.aspgod.com/project/ai/8-puzzle.html</link>
		<comments>http://www.aspgod.com/project/ai/8-puzzle.html#comments</comments>
		<pubDate>Fri, 24 Apr 2009 20:16:43 +0000</pubDate>
		<dc:creator>aspgod</dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[8 Puzzle]]></category>
		<category><![CDATA[A*]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[eight puzzle]]></category>

		<guid isPermaLink="false">http://www.aspgod.com/myprofile/?p=36</guid>
		<description><![CDATA[The A* Algorithm represent by 8 Puzzle. Modify the simple A* from Different Distance = RouteCount + distToGoal to Different Distance = RouteCount + distToGoal – distToInitial RouteCount = Cost to current state distToGoal = Estimated cost between possible state with coordinates (x1, y1) and goal state at (x2, y2) &#124;x1 &#8211; x2&#124; + &#124;y1 [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>The A* Algorithm represent by 8 Puzzle.</p>
<p>Modify the simple A* from<br />
Different Distance = RouteCount + distToGoal<br />
to<br />
Different Distance = RouteCount + distToGoal – distToInitial</p>
<p>RouteCount = Cost to current state<br />
distToGoal   = Estimated cost between possible state with<br />
coordinates (x1, y1) and goal state at (x2, y2)<br />
|x1 &#8211; x2| + |y1 &#8211; y2|</p>
<p>distToInitial = Estimated cost between possible state with<br />
coordinates (x1, y1) and initial state at (x2, y2)<br />
|x1 &#8211; x2| + |y1 &#8211; y2|</p>
<p><img src="http://www.aspgod.com/file/images/8puzzle1.png" alt="8 Puzzle Program" /><span id="more-36"></span></p>
<p><img src="http://www.aspgod.com/file/images/8puzzle3.png" alt="8 Puzzle Algorithm" /></p>
<p><strong>How to :</strong><br />
<img src="http://www.aspgod.com/file/images/8puzzle2.png" alt="8 Puzzle Input" /><br />
Let&#8217;s play !!</p>
<p><strong>Tools &amp; Knowledge :</strong><br />
1. C#<br />
2. A* Algorithm</p>
<p><strong>Reqirement : </strong><br />
1. <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=en" target="_blank">Microsoft .Net Framework 2.0</a> (22.4 MB)<br />
2. windows</p>
<p><strong>Download :</strong><br />
1. <a href="http://www.aspgod.com/file/8puzzle.rar">8 Puzzle Program</a><br />
2. <a href="http://www.aspgod.com/file/docs/8puzzle.ppt">8 Puzzle Document</a><br />
3. <a href='http://www.aspgod.com/wp-content/uploads/2009/04/EightPuzzle.zip'>8 Puzzle Source Code</a></p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.aspgod.com/project/ai/8-puzzle.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

