<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Blog Updated To WordPress 3.0 (And Built a Map &#8220;Editor&#8221; While Waiting&#8230;)</title>
	<atom:link href="http://www.gameproducer.net/2010/06/17/blog-updated-to-wordpress-3-0-and-built-a-map-editor-while-waiting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gameproducer.net/2010/06/17/blog-updated-to-wordpress-3-0-and-built-a-map-editor-while-waiting/</link>
	<description>I bake games. Indie style.</description>
	<lastBuildDate>Thu, 16 May 2013 13:23:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sam</title>
		<link>http://www.gameproducer.net/2010/06/17/blog-updated-to-wordpress-3-0-and-built-a-map-editor-while-waiting/comment-page-1/#comment-140864</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sat, 19 Jun 2010 03:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=4707#comment-140864</guid>
		<description>I&#039;ve often thought a lot about the idea of implementing map/level data with XML files generated with Javascript/PHP. There&#039;s some cool things you can do with that kind of toolset. For the future I think I&#039;ll be using HTML/Jquery/PHP to generate/create my maps and levels.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve often thought a lot about the idea of implementing map/level data with XML files generated with Javascript/PHP. There&#8217;s some cool things you can do with that kind of toolset. For the future I think I&#8217;ll be using HTML/Jquery/PHP to generate/create my maps and levels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juuso</title>
		<link>http://www.gameproducer.net/2010/06/17/blog-updated-to-wordpress-3-0-and-built-a-map-editor-while-waiting/comment-page-1/#comment-140851</link>
		<dc:creator>Juuso</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=4707#comment-140851</guid>
		<description>Heh, that&#039;s a pretty cool idea :)

The map file will be relatively small, so I doubt that in this case there will be any speed issues. In fact, I know there won&#039;t be.

(Hmm, if Notepad++ can do that hex thing then I could consider... Hmm, there&#039;s a plugin for that: http://sourceforge.net/projects/npp-plugins/files/ :)</description>
		<content:encoded><![CDATA[<p>Heh, that&#8217;s a pretty cool idea :)</p>
<p>The map file will be relatively small, so I doubt that in this case there will be any speed issues. In fact, I know there won&#8217;t be.</p>
<p>(Hmm, if Notepad++ can do that hex thing then I could consider&#8230; Hmm, there&#8217;s a plugin for that: <a href="http://sourceforge.net/projects/npp-plugins/files/" rel="nofollow">http://sourceforge.net/projects/npp-plugins/files/</a> :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.gameproducer.net/2010/06/17/blog-updated-to-wordpress-3-0-and-built-a-map-editor-while-waiting/comment-page-1/#comment-140849</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 18 Jun 2010 12:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=4707#comment-140849</guid>
		<description>Why not save to a binary file? If you open it in a hex editor and make sure you set the &quot;text-wrapping&quot; (for lack of a better word) to the same width as your map width, you can see the shape easily. Then you have 256 possible tile types, and loading and saving will be quicker if as you don&#039;t have to convert to and from strings.</description>
		<content:encoded><![CDATA[<p>Why not save to a binary file? If you open it in a hex editor and make sure you set the &#8220;text-wrapping&#8221; (for lack of a better word) to the same width as your map width, you can see the shape easily. Then you have 256 possible tile types, and loading and saving will be quicker if as you don&#8217;t have to convert to and from strings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juuso</title>
		<link>http://www.gameproducer.net/2010/06/17/blog-updated-to-wordpress-3-0-and-built-a-map-editor-while-waiting/comment-page-1/#comment-140846</link>
		<dc:creator>Juuso</dc:creator>
		<pubDate>Fri, 18 Jun 2010 03:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=4707#comment-140846</guid>
		<description>@Fili: Yeh, there will be ends in left &amp; right. And yeh, I was thinking after posting this that letters might be a better idea (especially if there&#039;s more objects). 

...but then again, my game maps are not playing such important role that I believe this format will be pretty cool.

@hermitC: hah. :)</description>
		<content:encoded><![CDATA[<p>@Fili: Yeh, there will be ends in left &#038; right. And yeh, I was thinking after posting this that letters might be a better idea (especially if there&#8217;s more objects). </p>
<p>&#8230;but then again, my game maps are not playing such important role that I believe this format will be pretty cool.</p>
<p>@hermitC: hah. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hermitC</title>
		<link>http://www.gameproducer.net/2010/06/17/blog-updated-to-wordpress-3-0-and-built-a-map-editor-while-waiting/comment-page-1/#comment-140845</link>
		<dc:creator>hermitC</dc:creator>
		<pubDate>Thu, 17 Jun 2010 21:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=4707#comment-140845</guid>
		<description>&quot;For now.&quot; sounds also familiar ;)

I like the procedural approach of roguelike games, especially the possibilities in Dwarf Fortress (http://bit.ly/9bAEyJ). I just can&#039;t stand the ASCII graphics.</description>
		<content:encoded><![CDATA[<p>&#8220;For now.&#8221; sounds also familiar ;)</p>
<p>I like the procedural approach of roguelike games, especially the possibilities in Dwarf Fortress (<a href="http://bit.ly/9bAEyJ" rel="nofollow">http://bit.ly/9bAEyJ</a>). I just can&#8217;t stand the ASCII graphics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fili</title>
		<link>http://www.gameproducer.net/2010/06/17/blog-updated-to-wordpress-3-0-and-built-a-map-editor-while-waiting/comment-page-1/#comment-140844</link>
		<dc:creator>Fili</dc:creator>
		<pubDate>Thu, 17 Jun 2010 20:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=4707#comment-140844</guid>
		<description>&quot;1000100100002000000000100001&quot; I hope that&#039;s not binary, right? There was a joke with something like 11000111002 :)
If you go with that approach, you should consider three things:
-laying the map using new-lines instead of one looooong line so that you can see better the layout
1000100
1000020
0000000
0100001
-most algorithms suck when they hit the map edge. So don&#039;t allow them to reach there. Surround your map with a wall.
-using letters instead of numbers. Use dot for space, D for doors, L for lamp-post, W for water, # for walls.
In the end you should get something like
###############
#....L........#
#.......WWWWW.#
#.........WW..#
######DD#######

(i think the image fill be fuxxored because the font isn&#039;t monospaced...)

Hermit&#039;s advice should be considered. Using a more complex data structure could allow you to create multi-layered maps, switches and all sort of cool stuff. But it involves more work and could be overkill for some simple games.</description>
		<content:encoded><![CDATA[<p>&#8220;1000100100002000000000100001&#8243; I hope that&#8217;s not binary, right? There was a joke with something like 11000111002 :)<br />
If you go with that approach, you should consider three things:<br />
-laying the map using new-lines instead of one looooong line so that you can see better the layout<br />
1000100<br />
1000020<br />
0000000<br />
0100001<br />
-most algorithms suck when they hit the map edge. So don&#8217;t allow them to reach there. Surround your map with a wall.<br />
-using letters instead of numbers. Use dot for space, D for doors, L for lamp-post, W for water, # for walls.<br />
In the end you should get something like<br />
###############<br />
#&#8230;.L&#8230;&#8230;..#<br />
#&#8230;&#8230;.WWWWW.#<br />
#&#8230;&#8230;&#8230;WW..#<br />
######DD#######</p>
<p>(i think the image fill be fuxxored because the font isn&#8217;t monospaced&#8230;)</p>
<p>Hermit&#8217;s advice should be considered. Using a more complex data structure could allow you to create multi-layered maps, switches and all sort of cool stuff. But it involves more work and could be overkill for some simple games.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juuso</title>
		<link>http://www.gameproducer.net/2010/06/17/blog-updated-to-wordpress-3-0-and-built-a-map-editor-while-waiting/comment-page-1/#comment-140843</link>
		<dc:creator>Juuso</dc:creator>
		<pubDate>Thu, 17 Jun 2010 18:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=4707#comment-140843</guid>
		<description>&quot;lamppost nothing nothing nothing lamppost nothing nothing&quot;... ;)
My maps are very most likely to be very, very simple, and I feel that this is enuf good for testing. For now.

P.S. I guess you don&#039;t like old skool Rogue games then? :)</description>
		<content:encoded><![CDATA[<p>&#8220;lamppost nothing nothing nothing lamppost nothing nothing&#8221;&#8230; ;)<br />
My maps are very most likely to be very, very simple, and I feel that this is enuf good for testing. For now.</p>
<p>P.S. I guess you don&#8217;t like old skool Rogue games then? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hermitC</title>
		<link>http://www.gameproducer.net/2010/06/17/blog-updated-to-wordpress-3-0-and-built-a-map-editor-while-waiting/comment-page-1/#comment-140842</link>
		<dc:creator>hermitC</dc:creator>
		<pubDate>Thu, 17 Jun 2010 18:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/?p=4707#comment-140842</guid>
		<description>&quot;1000100100002000000000100001&quot; sounds familiar to me. I went nuts decoding my tile layer data for their meaning by hand. So I implemented a XML solution. Additional work but accelerated dev and debug.

I don&#039;t know how you use your digits, no critique here. I just wanted to share my own hassle :)</description>
		<content:encoded><![CDATA[<p>&#8220;1000100100002000000000100001&#8243; sounds familiar to me. I went nuts decoding my tile layer data for their meaning by hand. So I implemented a XML solution. Additional work but accelerated dev and debug.</p>
<p>I don&#8217;t know how you use your digits, no critique here. I just wanted to share my own hassle :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
