[android-developers] Re: Develop Games

2010-09-08 Thread Zsolt Vasvari
Who said this forum was moderated. No way that it is. On Sep 7, 4:39 pm, Haroon Khalid ghett...@gmail.com wrote: how do fucking emails like this get approved by moderators? dude give up on Android and slap yourself in the face.On Tue, Sep 7, 2010 at 3:54 PM, TreKing treking...@gmail.com

[android-developers] Re: Develop Games

2010-09-07 Thread Robert Green
Christian, Most games make their own map editor/generator and the reason for this is because for your game to run well, you will want to have an efficient implementation of whatever it is that your game world plays in. Since you already have to write code to render it, it's usually not that much

Re: [android-developers] Re: Develop Games

2010-09-07 Thread Miguel Morales
Personally, I had to write my own map editor for my game: http://4.bp.blogspot.com/_Vtq6sCdzyKs/S_cEda7td7I/ACU/TMGS1nBvoX8/s1600/breathedit.png. You might not have to though, there are a few map editors out there you can reuse something like mappy: http://tilemap.co.uk/mappy.php These

[android-developers] Re: Develop Games

2010-09-07 Thread Jason
Do you mean a map as in a level design (i.e. position of background/ foreground sprites etc).. or a map as in a fractal-like image representing a landscape? (like a world map) If it's the latter.. I did once find a really good random map generator, but I can't seem to locate it now. If this is

Re: [android-developers] Re: Develop Games

2010-09-07 Thread Kevin Duffey
I am blown away that Haroon's email got thru. Frankly, ban him from the list. No reason to continue to support a developer who has no respect or manners for others. On Tue, Sep 7, 2010 at 7:51 PM, Jason jason.poli...@gmail.com wrote: Do you mean a map as in a level design (i.e. position of