<?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: TileMap Class &#8211; DONE</title>
	<atom:link href="http://www.71squared.com/2009/04/tilemap-class-done/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.71squared.com/2009/04/tilemap-class-done/</link>
	<description>iPhone Game Development - Web Development</description>
	<lastBuildDate>Wed, 28 Jul 2010 17:12:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: gintasdx</title>
		<link>http://www.71squared.com/2009/04/tilemap-class-done/comment-page-2/#comment-2998</link>
		<dc:creator>gintasdx</dc:creator>
		<pubDate>Tue, 30 Mar 2010 19:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=330#comment-2998</guid>
		<description>I wonder how to use those simple array [mapx][mapy] maps like layers? I mean one array could easily draw a rocks,grass and roads and other array solid objects like buildings,rocks. Something like in RPG games.</description>
		<content:encoded><![CDATA[<p>I wonder how to use those simple array [mapx][mapy] maps like layers? I mean one array could easily draw a rocks,grass and roads and other array solid objects like buildings,rocks. Something like in RPG games.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.71squared.com/2009/04/tilemap-class-done/comment-page-1/#comment-1841</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 21 Sep 2009 15:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=330#comment-1841</guid>
		<description>Hi geminEyeTwin

Yes, TileD does support this kind of information.  Rather than assigning properties to a tile which is not possbile, you create an object group layer.  Within this group you can then add objects that are pixel based in location not tile based and can also support any number of user defined properties.

In the version of TileD for the tutorials I did not implement the code to parse object layers in the tiled file, but I have added that code to the version of TileD for my book.

The TileD editor is not great at handling objects and so it is common to add and edit objects in the XML rather than through the GUI.  A new QT based version of TileD is being written at the moment which is much nicer and handles object groups and objects in a much cleaner way.

Mike</description>
		<content:encoded><![CDATA[<p>Hi geminEyeTwin</p>
<p>Yes, TileD does support this kind of information.  Rather than assigning properties to a tile which is not possbile, you create an object group layer.  Within this group you can then add objects that are pixel based in location not tile based and can also support any number of user defined properties.</p>
<p>In the version of TileD for the tutorials I did not implement the code to parse object layers in the tiled file, but I have added that code to the version of TileD for my book.</p>
<p>The TileD editor is not great at handling objects and so it is common to add and edit objects in the XML rather than through the GUI.  A new QT based version of TileD is being written at the moment which is much nicer and handles object groups and objects in a much cleaner way.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gemInEyeTwin</title>
		<link>http://www.71squared.com/2009/04/tilemap-class-done/comment-page-1/#comment-1840</link>
		<dc:creator>gemInEyeTwin</dc:creator>
		<pubDate>Mon, 21 Sep 2009 15:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=330#comment-1840</guid>
		<description>Hello Mike,

Do you know if Tiled supports user defined tile properties? 

I liked the multiple layers, but did not see where I could define properties such as animation to play here, sound to play here, object to appear, etc.

Thanks</description>
		<content:encoded><![CDATA[<p>Hello Mike,</p>
<p>Do you know if Tiled supports user defined tile properties? </p>
<p>I liked the multiple layers, but did not see where I could define properties such as animation to play here, sound to play here, object to appear, etc.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.71squared.com/2009/04/tilemap-class-done/comment-page-1/#comment-157</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 11 Apr 2009 08:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=330#comment-157</guid>
		<description>Hi Chris

To be honest I&#039;m using all sorts of sources to get my info.  Some is experience as I&#039;ve been developing software since I was 13 and was writing stuff in Basic on the Sinclair Spectrum 48k :D

My job has moved away from developing software full time although I do still have to get my hands dirty from time to time.  All my recent experience has been with Java and that is where the OO side of things has been learnt.  As for Objective-C, I&#039;ve only used one book called Cocoa Programming for Max OS X which is a good book.

For the iPhone I&#039;ve just used everything I can find on the Apple website, their examples and as many web sites I can find.  I need to put links to some of these sites on the blog which I will get done at some point :)

Some sites I&#039;ve found helpful are:

http://iphonedevelopment.blogspot.com/

http://www.idevgames.com/forum/forumdisplay.php?f=66

http://books.google.co.uk/books?id=WV9glgdrrrUC&amp;printsec=frontcover#PPP1,M1

http://nehe.gamedev.net/

http://www.anotherearlymorning.com/2008/08/physical-queries-for-the-math-challenged-collision-detection-and-response/

Check these out and I&#039;ll get all my links I use posted up to the blog asap.  Hope this helps.

Mike</description>
		<content:encoded><![CDATA[<p>Hi Chris</p>
<p>To be honest I&#8217;m using all sorts of sources to get my info.  Some is experience as I&#8217;ve been developing software since I was 13 and was writing stuff in Basic on the Sinclair Spectrum 48k :D</p>
<p>My job has moved away from developing software full time although I do still have to get my hands dirty from time to time.  All my recent experience has been with Java and that is where the OO side of things has been learnt.  As for Objective-C, I&#8217;ve only used one book called Cocoa Programming for Max OS X which is a good book.</p>
<p>For the iPhone I&#8217;ve just used everything I can find on the Apple website, their examples and as many web sites I can find.  I need to put links to some of these sites on the blog which I will get done at some point :)</p>
<p>Some sites I&#8217;ve found helpful are:</p>
<p><a href="http://iphonedevelopment.blogspot.com/" rel="nofollow">http://iphonedevelopment.blogspot.com/</a></p>
<p><a href="http://www.idevgames.com/forum/forumdisplay.php?f=66" rel="nofollow">http://www.idevgames.com/forum.....y.php?f=66</a></p>
<p><a href="http://books.google.co.uk/books?id=WV9glgdrrrUC&#038;printsec=frontcover#PPP1,M1" rel="nofollow">http://books.google.co.uk/book.....er#PPP1,M1</a></p>
<p><a href="http://nehe.gamedev.net/" rel="nofollow">http://nehe.gamedev.net/</a></p>
<p><a href="http://www.anotherearlymorning.com/2008/08/physical-queries-for-the-math-challenged-collision-detection-and-response/" rel="nofollow">http://www.anotherearlymorning.....-response/</a></p>
<p>Check these out and I&#8217;ll get all my links I use posted up to the blog asap.  Hope this helps.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.71squared.com/2009/04/tilemap-class-done/comment-page-1/#comment-156</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sat, 11 Apr 2009 06:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=330#comment-156</guid>
		<description>Mike,  I&#039;m finding your tutorials excellent and was wondering where your getting all your info from,  experience ? , or are there specific books, articles or sites your reading?  If you could share these it would great.  I know there are loads of books but some recommendations would really help speed up the process</description>
		<content:encoded><![CDATA[<p>Mike,  I&#8217;m finding your tutorials excellent and was wondering where your getting all your info from,  experience ? , or are there specific books, articles or sites your reading?  If you could share these it would great.  I know there are loads of books but some recommendations would really help speed up the process</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.71squared.com/2009/04/tilemap-class-done/comment-page-1/#comment-153</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 09 Apr 2009 15:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=330#comment-153</guid>
		<description>HI Kenson

Yes, I&#039;ve seen Cocos2D and had a look through the code base as well.  It looks good with some great ideas and concepts on how to get things done.  It could end up being something I use, but while I&#039;m learning Obj-C and OpenGL I find that writing my own code really helps that process.  I&#039;m a sucker for wanting to know how things work under the hood before I start using them :)

Mike</description>
		<content:encoded><![CDATA[<p>HI Kenson</p>
<p>Yes, I&#8217;ve seen Cocos2D and had a look through the code base as well.  It looks good with some great ideas and concepts on how to get things done.  It could end up being something I use, but while I&#8217;m learning Obj-C and OpenGL I find that writing my own code really helps that process.  I&#8217;m a sucker for wanting to know how things work under the hood before I start using them :)</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenson</title>
		<link>http://www.71squared.com/2009/04/tilemap-class-done/comment-page-1/#comment-152</link>
		<dc:creator>Kenson</dc:creator>
		<pubDate>Thu, 09 Apr 2009 05:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=330#comment-152</guid>
		<description>Have you guys ever tried cocos2d?  It appears to be an open source game engine that is designed for 2D based games.  I think they have some tilemapping class but I&#039;ve never used it before, so not sure if it is any good.</description>
		<content:encoded><![CDATA[<p>Have you guys ever tried cocos2d?  It appears to be an open source game engine that is designed for 2D based games.  I think they have some tilemapping class but I&#8217;ve never used it before, so not sure if it is any good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eskema</title>
		<link>http://www.71squared.com/2009/04/tilemap-class-done/comment-page-1/#comment-149</link>
		<dc:creator>Eskema</dc:creator>
		<pubDate>Mon, 06 Apr 2009 20:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=330#comment-149</guid>
		<description>mappy only works in windows, or linux through wine, i usually do the map work on my laptop with linux ;)
mappy supports multiple layers, but only one tilesheet, of course you can define properties for the tiles. But i use another approach to define tiles properties, im gonna clean a bit my level class and comment it for you</description>
		<content:encoded><![CDATA[<p>mappy only works in windows, or linux through wine, i usually do the map work on my laptop with linux ;)<br />
mappy supports multiple layers, but only one tilesheet, of course you can define properties for the tiles. But i use another approach to define tiles properties, im gonna clean a bit my level class and comment it for you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.71squared.com/2009/04/tilemap-class-done/comment-page-1/#comment-148</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 06 Apr 2009 18:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=330#comment-148</guid>
		<description>I&#039;m always interested in seeing other peoples approach to things :) so if you can share that would be great.

From what you have described, does Mappy support things like user defined tile properties, multiple tile sets and multiple layers?  They are the kinds of things I normally use.

Do you know if there is a Java version I could run under OS X?

If you want to send me something via email its mike@blog_domain_name.co.uk

Cheers

Mike</description>
		<content:encoded><![CDATA[<p>I&#8217;m always interested in seeing other peoples approach to things :) so if you can share that would be great.</p>
<p>From what you have described, does Mappy support things like user defined tile properties, multiple tile sets and multiple layers?  They are the kinds of things I normally use.</p>
<p>Do you know if there is a Java version I could run under OS X?</p>
<p>If you want to send me something via email its <a href="mailto:mike@blog_domain_name.co.uk">mike@blog_domain_name.co.uk</a></p>
<p>Cheers</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eskema</title>
		<link>http://www.71squared.com/2009/04/tilemap-class-done/comment-page-1/#comment-147</link>
		<dc:creator>Eskema</dc:creator>
		<pubDate>Mon, 06 Apr 2009 18:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.71squared.co.uk/?p=330#comment-147</guid>
		<description>Actually i use mappy in all my projects, so iphone included ;) .With mappy there are various options, the native format .fmp, the .map format and export as array. I test the native format and find very slow to use in a mobile platform (before iphone i was making games in PSP), so i decided use the speed option, array format. All the maps are exported in array 2d, so like this: int map1[MAPX][MAPY];
Of course with this simplicity you can use the array and create a class to give the values you want to the tiles, you know, doors, water, etc,etc.
Basically you have an array, and do a simple double for to see what number its in the array, and draw the tile associated to this number.
Of course mappy do this number association for you, when you start a project and import the tilesheet, mappy assign each tile image with one position number. So its easy render into screen, and the speed its fantastic :)
If you want i can share my &quot;level&quot; class so you can see how i use the maps, its really easy :)</description>
		<content:encoded><![CDATA[<p>Actually i use mappy in all my projects, so iphone included ;) .With mappy there are various options, the native format .fmp, the .map format and export as array. I test the native format and find very slow to use in a mobile platform (before iphone i was making games in PSP), so i decided use the speed option, array format. All the maps are exported in array 2d, so like this: int map1[MAPX][MAPY];<br />
Of course with this simplicity you can use the array and create a class to give the values you want to the tiles, you know, doors, water, etc,etc.<br />
Basically you have an array, and do a simple double for to see what number its in the array, and draw the tile associated to this number.<br />
Of course mappy do this number association for you, when you start a project and import the tilesheet, mappy assign each tile image with one position number. So its easy render into screen, and the speed its fantastic :)<br />
If you want i can share my &#8220;level&#8221; class so you can see how i use the maps, its really easy :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
