<?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>AndEngine</title>
	<atom:link href="http://www.andengine.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andengine.org/blog</link>
	<description>Free Android 2D OpenGL Game Engine</description>
	<lastBuildDate>Thu, 24 Jan 2013 17:41:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4</generator>
		<item>
		<title>New AndEngine book &#8211; AndEngine for Android Game Development Cookbook</title>
		<link>http://www.andengine.org/blog/2013/01/andengine-for-android-game-development-cookbook/</link>
		<comments>http://www.andengine.org/blog/2013/01/andengine-for-android-game-development-cookbook/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 17:59:00 +0000</pubDate>
		<dc:creator>Nicolas Gramlich</dc:creator>
				<category><![CDATA[AndEngine]]></category>
		<category><![CDATA[GLES2]]></category>

		<guid isPermaLink="false">http://www.andengine.org/blog/?p=404</guid>
		<description><![CDATA[Hello Community,

Jayme Schroeder and Brian Broyles recently finished writing their new book 'AndEngine for Android Game Development Cookbook'. It is the first book to cover the OpenGL ES 2 branch of AndEngine! I couldn't get my hands on it so far, but what I've heard from Jayme and Packt Publishing, sounds very promising!


The book ...]]></description>
			<content:encoded><![CDATA[<p>Hello <strong><span style="color: #99cc00;">Community</span></strong>,</p>
<p>Jayme Schroeder and Brian Broyles recently finished writing their new book &#8216;<strong><em>AndEngine for Android Game Development Cookbook</em></strong>&#8216;. <strong>It is the first book to cover the <a href="https://github.com/nicolasgramlich/AndEngine/tree/GLES2">OpenGL ES 2</a> branch of AndEngine!</strong> I couldn&#8217;t get my hands on it so far, but what I&#8217;ve heard from Jayme and <a href="http://www.packtpub.com/andengine-for-android-game-development-cookbook/book">Packt Publishing</a>, sounds very promising!</p>
<div id="attachment_405" class="wp-caption aligncenter" style="width: 302px"><a href="http://www.amazon.com/AndEngine-Android-Game-Development-Cookbook/dp/184951898X"><img class=" wp-image-405  " title="AndEngine for Android Game Development Cookbook" src="http://www.andengine.org/blog/wp-content/uploads/2013/01/andengine_cookbook_jayme_schroeder.jpeg" alt="" width="292" height="360" /></a><p class="wp-caption-text">AndEngine for Android Game Development Cookbook</p></div>
<p style="text-align: center;"><em><strong>The book can be purchased through: <a href="http://www.packtpub.com/andengine-for-android-game-development-cookbook/book">Packt Publishing</a>, <a href="http://www.amazon.com/AndEngine-Android-Game-Development-Cookbook/dp/184951898X">amazon.com</a>, <a href="http://www.amazon.co.uk/AndEngine-Android-Development-Cookbook-ebook/dp/B00B16YI5A/ref=dp_kinw_strp_1">amazon.co.uk</a>, <a href="http://www.barnesandnoble.com/s/?keyword=AndEngine+for+Android+Game+Development+Cookbook">Barnes&amp;Noble</a>, <a href="http://my.safaribooksonline.com/9781849518987?cid=packt-cat-readnow-9781849518987">Safari Books Online</a>.</strong></em></p>
<p style="text-align: center;"><em><strong>(Note: The e-book/kindle versions come at almost 50% discount!)</strong></em></p>
<p>This is the official book description:</p>
<blockquote><p>Over 70 highly effective recipes with real-world examples to get to grips with the powerful capabilities of AndEngine and GLES 2</p>
<p><strong>Overview</strong></p>
<ul>
<li>Step by step detailed instructions and information on a number of AndEngine functions, including illustrations and diagrams for added support and results.</li>
<li>Learn all about the various aspects of AndEngine with prime and practical examples, useful for bringing your ideas to life.</li>
<li>Improve the performance of past and future game projects with a collection of useful optimization tips.</li>
<li>Structure your applications in a manner that provides a smooth flow from splash screen to level selection, to game play.</li>
</ul>
<p><strong>In Detail</strong></p>
<p>AndEngine is a broad 2D game engine which allows game developers, both experienced and inexperienced, to develop games for the Android platform with ease. Don&#8217;t be fooled by the simplicity, though. As easy as it is to &#8220;pick up and go,&#8221; AndEngine includes enough functionality to bring any type of 2D game world to life.</p>
<p>The &#8220;AndEngine for Android Game Development Cookbook&#8221; contains all of the necessary information and examples in order to build the games as you imagine them. The book&#8217;s recipes will walk you through the various aspects of game design with AndEngine and provides detailed instructions on how to achieve some of the most desirable effects for your games.</p>
<p>The &#8220;AndEngine for Android Game Development Cookbook&#8221; begins with detailed information on some of the more useful structuring techniques in game design and general aspects of resource management. Continuing on, the book will begin to discuss AndEngine entities, including sprites, text, meshes, and more. Everything from positioning, to modifiers, and even tips on improving entity functionality with raw OpenGL capabilities. From here on, everything from applying physics to your game, working with multi-touch events and gestures, game optimization, and even an overview of the various AndEngine extensions will be covered.</p>
<p>The book has a widerange of recipes, from saving and loading game data, applying parallax backgrounds to create a seemingly 3D world, relying on touch events to zoom the game camera, taking screen-shots of the device&#8217;s screen, and performance optimization using object pools. If physics-based games are more interesting to you, there&#8217;s also a list of recipes ranging from controlling the world forces and calculating forces applied to bodies, creating destructible objects, and even creating rag-dolls.</p>
<p>Pong styled games were fun 35 years ago, but it is time to take your game to the next level with the AndEngine for Android Game Development Cookbook.</p>
<p><strong>What you will learn from this book</strong></p>
<ul>
<li>Create your ultimate Android games with ease using recipes that take advantage of AndEngine&#8217;s powerful framework and extensions.</li>
<li>Make your games playable across a vast range of devices by implementing multi-touch, performance-optimizations, and accurate, screen-resolution scaling.</li>
<li>Construct a customizable, front-end framework that simplifies menu and level creation.</li>
<li>Use the Box2D extension to generate realistic, physics-based gameplay and simulations.</li>
<li>Take advantage of source code for a full-featured game built with AndEngine.</li>
<li>Make the most of vector-based graphics with AndEngine&#8217;s SVG extension.</li>
<li>Build animated, responsive Live-Wallpapers for Android&#8217;s home screen using the AndEngine&#8217;s Live-Wallpaper extension.</li>
<li>Control every aspect of interaction that players have with your games by managing the Android application lifecycles.</li>
</ul>
</blockquote>
<p style="text-align: center;"><em><strong>The book can be purchased through:<em><strong> <a href="http://www.packtpub.com/andengine-for-android-game-development-cookbook/book">Packt Publishing</a>,</strong></em> <a href="http://www.amazon.com/AndEngine-Android-Game-Development-Cookbook/dp/184951898X">amazon.com</a>, <a href="http://www.amazon.co.uk/AndEngine-Android-Development-Cookbook-ebook/dp/B00B16YI5A/ref=dp_kinw_strp_1">amazon.co.uk</a>, <a href="http://www.barnesandnoble.com/s/?keyword=AndEngine+for+Android+Game+Development+Cookbook">Barnes&amp;Noble</a>, <a href="http://my.safaribooksonline.com/9781849518987?cid=packt-cat-readnow-9781849518987">Safari Books Online</a>.</strong></em></p>
<p style="text-align: center;"><em><strong>(Note: The e-book/kindle versions come at almost 50% discount!)</strong></em></p>
<p>Best Regards,<br />
Nicolas</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.andengine.org/blog/?flattrss_redirect&amp;id=404&amp;md5=7697d9bd7f148bd1ed9e0eb7c9751dc3" title="Flattr" target="_blank"><img src="http://www.andengine.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.andengine.org/blog/2013/01/andengine-for-android-game-development-cookbook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AndEngine &#8211; Google I/O 2012 Sandbox</title>
		<link>http://www.andengine.org/blog/2012/06/andengine-google-io-2012-sandbox/</link>
		<comments>http://www.andengine.org/blog/2012/06/andengine-google-io-2012-sandbox/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 05:41:12 +0000</pubDate>
		<dc:creator>Nicolas Gramlich</dc:creator>
				<category><![CDATA[AndEngine]]></category>

		<guid isPermaLink="false">http://www.andengine.org/blog/?p=391</guid>
		<description><![CDATA[Hello Community,

AndEngine will be present in a developer sandbox booth during Google I/O 2012. If you are lurking around the Moscone Center during June 27th to 29th and you happen to be one of the lucky ones with a conference pass, feel free to stop by and say hello. We'll be hosting a booth ...]]></description>
			<content:encoded><![CDATA[<p>Hello <strong>Community</strong>,</p>
<p>AndEngine will be present in a developer <strong>sandbox booth</strong> during <strong>Google I/O 2012</strong>. If you are lurking around the Moscone Center during June 27th to 29th and you happen to be one of the lucky ones with a conference pass, feel free to stop by and say hello. <em>We&#8217;ll be hosting a booth for one of the three day, but we don&#8217;t know yet which!</em> I&#8217;ll be hosting the booth together with Oren Bengigi from <a title="Bengigi Studios" href="http://www.bengigi.com/" target="_blank">Bengigi Studios</a>, who made the amazing <a title="Noogra Nuts on Google Play" href="https://play.google.com/store/apps/details?id=com.bengigi.noogranuts" target="_blank">Noogra Nuts</a>. We&#8217;ll be happy to answer any question as good as we can, while showing off the most popular and impressive AndEngine games out there (submissions welcome!).</p>
<p>Important note: This might be the only chance ever to punch me in the face in public <img src='http://www.andengine.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  &#8230; <em>,drop a big bag of money next to me</em> <img src='http://www.andengine.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8230; or just say thanks in person <img src='http://www.andengine.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<div id="attachment_392" class="wp-caption aligncenter" style="width: 296px"><a title="Google I/O 2012" href="https://developers.google.com/events/io/" target="_blank"><img class="size-full wp-image-392" title="Google I/O 2012 Logo" src="http://www.andengine.org/blog/wp-content/uploads/2012/06/google-io-logo.png" alt="Google I/O 2012 Logo" width="286" height="58" /></a><p class="wp-caption-text">Google I/O 2012 Logo</p></div>
<p>There will be a bunch of t-shirts, thought for AndEngine contributors. If you think you otherwise deserve to get a t-shirt (i.e. you wrote a killer game, an extension or are very active in the forums), there is a good chance to get one as well!</p>
<p>Also if you think you are a killer developer, product manager, designer and think Zynga would be the right place for you to work (Jobs: <a title="Zynga Jobs" href="http://company.zynga.com/about/jobs" target="_blank">http://company.zynga.com/about/jobs</a>), say hello, impress and I&#8217;ll refer you to the right person <img src='http://www.andengine.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>See you there!</p>
<p>Best Regards,<br />
Nicolas</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.andengine.org/blog/?flattrss_redirect&amp;id=391&amp;md5=3cb10a77db9b06ba5c9c76b97ef03bfd" title="Flattr" target="_blank"><img src="http://www.andengine.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.andengine.org/blog/2012/06/andengine-google-io-2012-sandbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AndEngine &#8211; CocosBuilderExtension</title>
		<link>http://www.andengine.org/blog/2012/06/andengine-cocosbuilderextension/</link>
		<comments>http://www.andengine.org/blog/2012/06/andengine-cocosbuilderextension/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 05:22:18 +0000</pubDate>
		<dc:creator>Nicolas Gramlich</dc:creator>
				<category><![CDATA[AndEngine]]></category>
		<category><![CDATA[AndEngineCocosBuilderExtension]]></category>
		<category><![CDATA[cocos2d]]></category>
		<category><![CDATA[CocosBuilder]]></category>

		<guid isPermaLink="false">http://www.andengine.org/blog/?p=384</guid>
		<description><![CDATA[Hello Community,

CocosBuilder is an excellent WYSIWYG (What You See Is What You Get) user interface builder developed by Viktor Lidholt here in Zynga.



It's built around cocos2d-iphone and also uses that for its own live preview rendering. CocosBuilder is heavily plugin based, so that as a developer can add a custom exporter into any format you ...]]></description>
			<content:encoded><![CDATA[<p>Hello <strong>Community</strong>,</p>
<p><a title="CocosBuilder Homepage" href="http://cocosbuilder.com/" target="_blank">CocosBuilder</a> is an excellent WYSIWYG (What You See Is What You Get) user interface builder developed by Viktor Lidholt here in Zynga.</p>
<div id="attachment_385" class="wp-caption aligncenter" style="width: 570px"><a title="CocosBuilder Homepage" href="http://cocosbuilder.com/" target="_blank"><img class="size-full wp-image-385" title="CocosBuilder Screenshot" src="http://www.andengine.org/blog/wp-content/uploads/2012/06/cocosbuilder.png" alt="CocosBuilder Screenshot" width="560" height="365" /></a><p class="wp-caption-text">CocosBuilder Screenshot</p></div>
<p>It&#8217;s built around <a title="cocos2d-iphone" href="www.cocos2d-iphone.org" target="_blank">cocos2d-iphone</a> and also uses that for its own live preview rendering. CocosBuilder is heavily plugin based, so that as a developer can add a custom exporter into any format you like (i.e. I created the CCBXAndEngineXML export into a custom &#8220;<em>CCBAEX</em>&#8221; format). One can also add custom CCNodes that actually render in CocosBuilder itself! These two features alone make it super flexible, with a lot of new stuff to come in the future!</p>
<p>Since cocos2d and AndEngine are similar enough, I could map almost all <strong>CCNode</strong>s to an AndEngine &#8220;<strong>Entity</strong>&#8221; equivalent (or created new nodes, i.e. <a title="AndEngine ClipEntity" href="https://github.com/nicolasgramlich/AndEngine/blob/GLES2-AnchorCenter/src/org/andengine/entity/clip/ClipEntity.java" target="_blank">ClipEntity</a>)</p>
<p>Given that one can write an exporter to a custom format, one can also obviously write an importer for another engine, i.e. AndEngine, all which is what I did a few weeks ago:</p>
<ul>
<li>To be able to export from within CocosBuilder into the CCBAEX file format, you have to build CocosBuilder from my branch (I try to keep it up to date!):
<ul>
<li><a title="CocosBuilder CCBXAndEngineXml branch" href="https://github.com/nicolasgramlich/CocosBuilder/tree/CCBXAndEngineXml" target="_blank">https://github.com/nicolasgramlich/CocosBuilder/tree/CCBXAndEngineXml</a></li>
</ul>
</li>
<li>Get familiar with CocosBuilder, create a funky scene and &#8216;Publish&#8217; it using the CCBXAndEngineXml exporter.</li>
<li>Grab the AndEngineCocosBuilderExtension:
<ul>
<li><a title="AndEngineCocosBuilderExtension" href="https://github.com/nicolasgramlich/AndEngineCocosBuilderExtension/tree/GLES2-AnchorCenter" target="_blank">https://github.com/nicolasgramlich/AndEngineCocosBuilderExtension/tree/GLES2-AnchorCenter</a></li>
</ul>
</li>
<li>Also you have to use the GLES2-AnchorCenter branch of AndEngine (and where available also the GLES2-AnchorCenter branch of its extensions!):
<ul>
<li><a title="AndEngine GLES2-AnchorCenter branch" href="https://github.com/nicolasgramlich/AndEngine/tree/GLES2-AnchorCenter" target="_blank">https://github.com/nicolasgramlich/AndEngine/tree/GLES2-AnchorCenter</a></li>
</ul>
</li>
<li>To get you kickstarted, the example you want to take a look out is this the following one (The AndEngineExamples already contain two already exported CCBAEX files, so you don&#8217;t have to build CocosBuilder if you don&#8217;t want to build it or cannot built it.):
<ul>
<li><a title="AndEngineExamples - CCBLevelLoaderExample" href="https://github.com/nicolasgramlich/AndEngineExamples/blob/GLES2-AnchorCenter/src/org/andengine/examples/CCBLevelLoaderExample.java" target="_blank">https://github.com/nicolasgramlich/AndEngineExamples/blob/GLES2-AnchorCenter/src/org/andengine/examples/CCBLevelLoaderExample.java</a></li>
</ul>
</li>
</ul>
<p>Having this exporter, one can store almost the whole user interface in data rather than in code making porting incredibly much easier and in general more flexible and maintainable (imagine loading different CocosBuilder exports, depending on the type of the device, etc&#8230;)!</p>
<p>I hope this is efforts are useful to some of you. :-)</p>
<p>Best Regards,<br />
Nicolas</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.andengine.org/blog/?flattrss_redirect&amp;id=384&amp;md5=34ee0772284ca5a0258b18716ab29ade" title="Flattr" target="_blank"><img src="http://www.andengine.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.andengine.org/blog/2012/06/andengine-cocosbuilderextension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AndEngine &#8211; GLES2 &#8211; Old and New News</title>
		<link>http://www.andengine.org/blog/2012/06/andengine-gles2-old-and-new-news/</link>
		<comments>http://www.andengine.org/blog/2012/06/andengine-gles2-old-and-new-news/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 04:23:28 +0000</pubDate>
		<dc:creator>Nicolas Gramlich</dc:creator>
				<category><![CDATA[AndEngine]]></category>
		<category><![CDATA[GLES2]]></category>

		<guid isPermaLink="false">http://www.andengine.org/blog/?p=377</guid>
		<description><![CDATA[Hello Community,

as you guys are probably already aware, since a couple of months, the current main active development branch is the so called GLES2 branch. He main difference to the old master branch, besides being actually in development and being much more awesome is that it is based on OpenGL ES 2.0. That means ...]]></description>
			<content:encoded><![CDATA[<p>Hello <strong>Community</strong>,</p>
<p>as you guys are probably already aware, since a couple of months, the current main active development branch is the so called <a title="AndEngine GLES2 branch" href="https://github.com/nicolasgramlich/AndEngine/tree/GLES2" target="_blank">GLES2</a> branch. He main difference to the old <a title="AndEngine master branch" href="https://github.com/nicolasgramlich/AndEngine/tree/master" target="_blank">master</a> branch, besides being actually in development and being much more awesome is that it is based on <a title="OpenGL ES 2.0 Khronos" href="http://www.khronos.org/opengles/2_X/" target="_blank">OpenGL ES 2.0</a>. That means you can do all the fancy shit like FragmentShaders and VertexShaders, but only if you want to, since the public API is almost identical to the old OpenGL ES 1.0/1.1 based master branch.</p>
<p>To give you an impression of what you can do, have a look at the DreamZoo, first game based on the GLES2 branch that we here in Zynga released in early 2012:</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=C9bPW4x-LyA&#038;fmt=18">www.youtube.com/watch?v=C9bPW4x-LyA</a></p>
</p>
<p>Did you check how smooth the animals animate and how they can have a infinite variety of colors/patterns? It&#8217;s impossible to do using sprites animations, instead we did: <a title="Mesh Compression in DreamZoo" href="http://code.zynga.com/2011/11/mesh-compression-in-dream-zoo/" target="_blank">this</a>, which is impossible without VertexShaders and FramentShaders.</p>
<p>Switching a project from GLES1 to GLES2 is usually not too difficult, if you didn&#8217;t scratch the surface of AndEngine too deep (i.e. added custom object/rendering). If you decide so, you&#8217;ll be able to fix 90% of the compile errors, by organizing the imports. 8% of the remaining 10% will be common sense and for the final 2% will get resolved in the <a title="AndEngine forums" href="http://www.andengine.org/forums/" target="_blank">forums</a>.</p>
<p>&nbsp;</p>
<p>In fact if you really want to be on the cutting edge of AndEngine, where the cool kids are, you go for a spin-off of the GLES2 branch, the <a title="AndEngine GLES2-AnchorCenter branch" href="https://github.com/nicolasgramlich/AndEngine/tree/GLES2-AnchorCenter" target="_blank">GLES2-AnchorCenter</a> branch. The main difference of this branch is that the coordinate system has changed.</p>
<p style="text-align: center;"><em><strong><span style="color: #ff0000;">Important note: Rather sooner than later the GLES2-AnchorCenter branch will be merged into the GLES2 branch!</span></strong></em></p>
<p>The coordinate system in the GLES2-AnchorCenter branch has its origin in the lower left. This was changed for multiple reasons:</p>
<ul>
<li>It is the native OpenGL coordinate system. (I can save a few +- calculations here and there.)</li>
<li>It is the same coordinate system as <a title="cocos2d-iphone" href="http://www.cocos2d-iphone.org" target="_blank">cocos2d-iphone</a> and <a title="cocos2d-x" href="http://cocos2d-x.org/" target="_blank">cocos2d-x</a>. (This eases porting efforts in both directions by a whole bunch!)</li>
<li>It allowed me to easily/efficiently write the <a title="AndEngineCocosBuilderExtension" href="https://github.com/nicolasgramlich/AndEngineCocosBuilderExtension" target="_blank">AndEngineCocosBuilderExtension</a>, which allows reading a format exported by <a title="CocosBuilder" href="http://cocosbuilder.com/" target="_blank">CocosBuilder</a>.</li>
<li>It just feels more natural for any side-scrolling game.</li>
</ul>
<p>Another thing that changed in this branch is that the anchorpoints (rotatincenter, scalecenter, etc&#8230;) are now relative, from 0.0 to 1.0, instead of being absolute values. So in general, AndEngine got a little more cocos2d-like on this branch, which is definitely not a bad thing.</p>
<p>Best Regards,<br />
Nicolas</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.andengine.org/blog/?flattrss_redirect&amp;id=377&amp;md5=d545345cfefb985e64394fd349410b71" title="Flattr" target="_blank"><img src="http://www.andengine.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.andengine.org/blog/2012/06/andengine-gles2-old-and-new-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long live AndEngine!</title>
		<link>http://www.andengine.org/blog/2012/06/long-live-andengine/</link>
		<comments>http://www.andengine.org/blog/2012/06/long-live-andengine/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 03:57:01 +0000</pubDate>
		<dc:creator>Nicolas Gramlich</dc:creator>
				<category><![CDATA[AndEngine]]></category>

		<guid isPermaLink="false">http://www.andengine.org/blog/?p=373</guid>
		<description><![CDATA[Hello Community,

I know it has been a way too long time since my last update, but AndEngine is still in very active development!

By now you might know that I'm not that much of a talker, so the easiest way  of checking for progress in AndEngine is to take a look at activity in the ...]]></description>
			<content:encoded><![CDATA[<p>Hello <strong>Community,</strong></p>
<p>I know it has been a way too long time since my last update, but AndEngine is still in very active development!</p>
<p>By now you might know that I&#8217;m not that much of a talker, so the easiest way  of checking for progress in AndEngine is to take a look at activity in the github repository: <a href="https://github.com/nicolasgramlich/AndEngine/graphs/commit-activity">https://github.com/nicolasgramlich/AndEngine/graphs/commit-activity</a></p>
<div id="attachment_374" class="wp-caption alignnone" style="width: 935px"><a href="http://www.andengine.org/blog/wp-content/uploads/2012/06/github_commit_history.png"><img class="size-full wp-image-374" title="AndEngine commit history chart - 52 week" src="http://www.andengine.org/blog/wp-content/uploads/2012/06/github_commit_history.png" alt="AndEngine commit history chart - 52 week" width="925" height="173" /></a><p class="wp-caption-text">AndEngine commit history chart - 52 week</p></div>
<p>As you can see there is a never ending progress <img src='http://www.andengine.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Best Regards,<br />
Nicolas</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.andengine.org/blog/?flattrss_redirect&amp;id=373&amp;md5=2dac1dd8e85c333f036109eef96efef1" title="Flattr" target="_blank"><img src="http://www.andengine.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.andengine.org/blog/2012/06/long-live-andengine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AndEngine Games Weekly Roundup #4 to #13</title>
		<link>http://www.andengine.org/blog/2011/10/andengine-games-weekly-roundup-4-to-13/</link>
		<comments>http://www.andengine.org/blog/2011/10/andengine-games-weekly-roundup-4-to-13/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 09:26:14 +0000</pubDate>
		<dc:creator>Nicolas Gramlich</dc:creator>
				<category><![CDATA[AndEngine]]></category>
		<category><![CDATA[AndEngine Games Weekly Roundup]]></category>

		<guid isPermaLink="false">http://www.andengine.org/blog/?p=353</guid>
		<description><![CDATA[Hello Community,

I've been super busy (and super productive! Awesome things coming soon!) since I started here at Zynga and didn't have too much time to keep the AndEngine Games Weekly Roundup coming every week.

Upfront I'm very very sorry for the roughly 100 other projects I could not check out yet - especially the newer ...]]></description>
			<content:encoded><![CDATA[<p>Hello <strong>Community</strong>,</p>
<p>I&#8217;ve been super busy (and super productive! Awesome things coming soon!) since I started here at Zynga and didn&#8217;t have too much time to keep the AndEngine Games Weekly Roundup coming every week.</p>
<p>Upfront I&#8217;m very very sorry for the roughly 100 other projects I could not check out yet &#8211; especially the newer ones! So, if you think your game should be up here too, PLEASE let me know!</p>
<p style="text-align: center;">A lot has happened since the last roundup and now we are having multiple games with over 1.000.000 Downloads and some even above 5.000.000!</p>
<p style="text-align: center;">You guys <em><span style="color: #ff0000;"><del>are fucking awesome</del></span></em> make me very proud!!!</p>
<p>So here is a rough excerpt of week #4 to #13 of the AndEngine Games Weekly Roundup, this time with lots of lots of lots of new awesome and fun games:</p>
<h2>Bunny Brawler</h2>
<p><a href="https://market.android.com/details?id=shw0in.bunny"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Bunny Brawler feels like a mixture of those classic StreetFighter style beat&#8217;em&#8217;ups paired with some Super Smash Bros hack&#8217;n'slay and is surely fun for a couple of hours.</p>
<h2>Bunny Shooter</h2>
<p><a href="https://market.android.com/details?id=com.bestcoolfungamesfreegameappcreation.bunnyshooter"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Angry Birds was yesterday, Bunny Shooter is the future! Over <strong><span style="color: #ff0000;">5.000.000</span></strong> Downloads! Average rating: <span style="color: #ff0000;"><strong>4.7</strong></span>! FREE! Download it now! Pedro Kayatt (<a title="bestcoolfungames.com" href="http://bestcoolfungames.com" target="_blank">bestcoolfungames.com</a>) is killing it with another top tier game!</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=DD01EQrnTQk&#038;fmt=18">www.youtube.com/watch?v=DD01EQrnTQk</a></p>
</p>
<h2>Constant C</h2>
<p><a href="https://market.android.com/details?id=com.light.roller"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Constant C delivers a <strong><span style="color: #ff0000;">unique</span></strong> game style with variable gravity and activation field physics. It is top rated with <strong><span style="color: #ff0000;">4.8</span></strong> stars!</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=YwZF5C8H8Co&#038;fmt=18">www.youtube.com/watch?v=YwZF5C8H8Co</a></p>
</p>
<h2>Cow and Pig go Home</h2>
<p><a href="https://market.android.com/details?id=org.usvsthem.cowandpiggohome"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Cow and Pig go Home is one of the most underrated (Rating <strong><span style="color: #ff0000;">5</span></strong> Stars) games that just didn&#8217;t receive enough attention yet! Fun physics levels with cute graphics.</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=LFQ5dOkhghM&#038;fmt=18">www.youtube.com/watch?v=LFQ5dOkhghM</a></p>
</p>
<h2>Draw and Rite</h2>
<p><a href="https://market.android.com/details?id=ru.human.games.draw_and_ride_lite"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Remember that game where you can draw things to the screen that would actually get physical ingame objects? Yes? This game is what you want!</p>
<h2>Fireworks</h2>
<p><a href="https://market.android.com/details?id=com.bestcoolfungamesfreegameappcreation.fireworks"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Far over <span style="color: #ff0000;"><strong>1.000.000</strong></span> Downloads make this game, made by Pedro Kayatt (<a title="bestcoolfungames.com" href="http://bestcoolfungames.com" target="_blank">bestcoolfungames.com</a>), a must have on Android. Great graphics, a widely known game concept and endless levels make it fun for hours!</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=kMn3UWc-mwU&#038;fmt=18">www.youtube.com/watch?v=kMn3UWc-mwU</a></p>
</p>
<h2>Greedy Spiders</h2>
<p><a href="https://market.android.com/details?id=com.blyts.greedyspiders.free"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Do you like puzzles? Then you want Greedy Spiders, one of the most liked puzzle games out there. Having far over <strong><span style="color: #ff0000;">500.000</span></strong> Downloads and being feature multiple times says all about this game!</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=mLEdFxkMdrw&#038;fmt=18">www.youtube.com/watch?v=mLEdFxkMdrw</a></p>
</p>
<h2>Noogra Nuts</h2>
<p><a href="https://market.android.com/details?id=com.bengigi.noogranuts"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Oren Bengigi made this casual game that was featured in the Android Market. The graphics are awesome and the highest score is a true challenge. (Only play this when you are NUTS!) Have you ever seen anything cuter than that Squirrel!?!?</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=00fFwZYGyY0&#038;fmt=18">www.youtube.com/watch?v=00fFwZYGyY0</a></p>
</p>
<h2>Pipe Swipe</h2>
<p><a href="https://market.android.com/details?id=com.chippybm.games.pipeswipelite"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> In Pipe Swipe you have to rearrange pipe pieces to make paint flow from the the proper entry to the proper exit. Sounds boring? No! An average rating of <strong><span style="color: #ff0000;">4.75</span></strong> says different!</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=0QPOiEWBIuc&#038;fmt=18">www.youtube.com/watch?v=0QPOiEWBIuc</a></p>
</p>
<h2>Reedu</h2>
<p><a href="https://market.android.com/details?id=com.nomudagames.reedufirst"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> When &#8216;Myth&#8217; reminds you of something, this game is what you&#8217;ll love! (Spiced up with some minigames!). This type of game is pretty much unique on Android.</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=GAy_KRNR5dI&#038;fmt=18">www.youtube.com/watch?v=GAy_KRNR5dI</a></p>
</p>
<h2>Titan Turret</h2>
<p><a href="https://market.android.com/details?id=com.codemonkey.titanturret"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Simply a classic!</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=FKcmFsVcyPc&#038;fmt=18">www.youtube.com/watch?v=FKcmFsVcyPc</a></p>
</p>
<p>Best Regards,<br />
Nicolas</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.andengine.org/blog/?flattrss_redirect&amp;id=353&amp;md5=48a67f00b7d86f58f23df4332841e712" title="Flattr" target="_blank"><img src="http://www.andengine.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.andengine.org/blog/2011/10/andengine-games-weekly-roundup-4-to-13/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>I’m joining Zynga Mobile!</title>
		<link>http://www.andengine.org/blog/2011/07/i-am-joining-zynga-mobile/</link>
		<comments>http://www.andengine.org/blog/2011/07/i-am-joining-zynga-mobile/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 07:34:25 +0000</pubDate>
		<dc:creator>Nicolas Gramlich</dc:creator>
				<category><![CDATA[AndEngine]]></category>
		<category><![CDATA[Zynga]]></category>

		<guid isPermaLink="false">http://www.andengine.org/blog/?p=356</guid>
		<description><![CDATA[Hello Community,

I’m very excited to announce that I am joining the Zynga Mobile team!

Zynga has long been an advocate of the open source community. For example, the key contributors behind cocos2D recently joined Zynga, and I’m proud to join in this tradition.

Rest assured that I will continue to support and contribute to the AndEngine ...]]></description>
			<content:encoded><![CDATA[<p>Hello <strong>Community</strong>,</p>
<p>I’m very excited to announce that I am joining the <a href="http://www.zynga.com/">Zynga</a> Mobile team!</p>
<p>Zynga has long been an advocate of the open source community. For example, the key contributors behind cocos2D <a href="http://zyngablog.typepad.com/zyngacom/2011/05/major-contributors-to-cocos2d-for-iphone-joining-the-zynga-team.html">recently joined</a> Zynga, and I’m proud to join in this tradition.</p>
<p>Rest assured that I will continue to support and contribute to the AndEngine open source project and I will continue to operate the blog and the forums. AndEngine will remain 100% free and open source!</p>
<p>Zynga is growing at a rapid speed and is always looking for powerful minds to join their team. If you are interested in joining a smart, creative company with a passion for taking on new challenges (in SF or in one of Zynga’s other offices), click <a href="http://www.zynga.com/jobs/">here</a> for a list of opportunities.</p>
<p>Best regards,<br />
Nicolas Gramlich</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.andengine.org/blog/?flattrss_redirect&amp;id=356&amp;md5=9f232a200911ffc2c564038564262994" title="Flattr" target="_blank"><img src="http://www.andengine.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.andengine.org/blog/2011/07/i-am-joining-zynga-mobile/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>AndEngine Games Weekly Roundup #3</title>
		<link>http://www.andengine.org/blog/2011/07/andengine-games-weekly-roundup-3/</link>
		<comments>http://www.andengine.org/blog/2011/07/andengine-games-weekly-roundup-3/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 13:34:17 +0000</pubDate>
		<dc:creator>Nicolas Gramlich</dc:creator>
				<category><![CDATA[AndEngine]]></category>
		<category><![CDATA[AndEngine Games Weekly Roundup]]></category>

		<guid isPermaLink="false">http://www.andengine.org/blog/?p=301</guid>
		<description><![CDATA[Hello Community,

and here comes week #3 of the AndEngine Games Weekly Roundup, this time with 4 games:
ChibiWar2
 Using the control knobs the player chooses the shooting direction and  strength of an arrow, in order to kill the opponent hero. To make the game more  interesting, players can also move the ship to ...]]></description>
			<content:encoded><![CDATA[<p>Hello <strong>Community</strong>,</p>
<p>and here comes week #3 of the AndEngine Games Weekly Roundup, this time with 4 games:</p>
<h2>ChibiWar2</h2>
<p><a href="https://market.android.com/details?id=com.wsw.inte.game.sanguo.chibiwar2en"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Using the control knobs the player chooses the shooting direction and  strength of an arrow, in order to kill the opponent hero. To make the game more  interesting, players can also move the ship to make the distance  variable and also there is a wind factor in the fight to increase the  game&#8217;s difficulty.</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=Xo37eRIj2zI">www.youtube.com/watch?v=Xo37eRIj2zI</a></p>
</p>
<h2>Gravity Wins</h2>
<p><a href="https://market.android.com/details?id=de.andlabs.gravitywins"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Pretty much everybody from young to old knows the game &#8217;4-in-a-row&#8217; or &#8216;connect 4&#8242;. Gravity Wins is just like that but with a nice little twist. Every couple of turns, the gravity turns by 90 degrees, changing the current situation completely.</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=e6kccF-CKe0">www.youtube.com/watch?v=e6kccF-CKe0</a></p>
</p>
<h2>Le Brickk Mania</h2>
<p><a href="https://market.android.com/details?id=in.hyprgeek.lebrickkmania"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Le Brickk Mania is a clean and elegant remake of the classic game Breakout.</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=t6TVi1pi_uQ">www.youtube.com/watch?v=t6TVi1pi_uQ</a></p>
</p>
<h2>Polygon Plummet</h2>
<p><a href="https://market.android.com/details?id=com.jdubapps.polygonplummet"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Polygon plummet is a physics game where you need a good sense of timing. Over 60 levels require your best balancing, swinging and plumming skills.</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=zFQZVDDvon8">www.youtube.com/watch?v=zFQZVDDvon8</a></p>
</p>
<p style="text-align: left;">Best Regards,<br />
Nicolas</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.andengine.org/blog/?flattrss_redirect&amp;id=301&amp;md5=01d8b113d3e84fa6a2fea209725e4151" title="Flattr" target="_blank"><img src="http://www.andengine.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.andengine.org/blog/2011/07/andengine-games-weekly-roundup-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New AndEngine features in June</title>
		<link>http://www.andengine.org/blog/2011/06/new-andengine-features-in-jun/</link>
		<comments>http://www.andengine.org/blog/2011/06/new-andengine-features-in-jun/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 10:47:05 +0000</pubDate>
		<dc:creator>Nicolas Gramlich</dc:creator>
				<category><![CDATA[AndEngine]]></category>
		<category><![CDATA[AndEngineMultiplayerExtension]]></category>
		<category><![CDATA[AndEnginePhysicsBox2DExtension]]></category>

		<guid isPermaLink="false">http://www.andengine.org/blog/?p=328</guid>
		<description><![CDATA[Hello Community,

in the past weeks, the development of AndEngine has been anything but standing still! Following is a list of the significant new features that were added in the &#62;80 changesets of not-even-ended June!

	AndEngine

	New TextureFormat parameter: RGBA_8888 and RGB_565 (read more)

	RGBA_8888 the old default value, supporting Texture transparency.
	RGB_565 preserving memory, not supporting Texture transparency ...]]></description>
			<content:encoded><![CDATA[<p>Hello <strong>Community</strong>,</p>
<p>in the past weeks, the development of AndEngine has been anything but standing still! Following is a list of the significant new features that were added in the &gt;80 changesets of not-even-ended June!</p>
<ul>
<li>AndEngine
<ul>
<li>New TextureFormat parameter: RGBA_8888 and RGB_565 (<a href="http://www.andengine.org/forums/updates/new-textureformat-parameter-t3776.html">read more</a>)
<ul>
<li>RGBA_8888 the old default value, supporting Texture transparency.</li>
<li>RGB_565 preserving memory, not supporting Texture transparency (useful for background!)</li>
</ul>
</li>
<li>Managed BufferObject (<a href="http://www.andengine.org/forums/updates/memory-management-un-managed-bufferobjects-t3709.html">read more</a>)</li>
<li>SpriteBatch to draw multiple sprites with one OpenGL call (<a href="http://www.andengine.org/forums/updates/spritebatch-2x-performance-improvement-anyone-t3613.html">read more</a>)
<ul>
<li>Can increase performance to up to 3x!</li>
</ul>
</li>
</ul>
</li>
<li>AndEngineMultiplayerExtension
<ul>
<li>AutoDiscovery via UDP broadcast (<a href="http://www.andengine.org/forums/updates/multiplayerextension-autodiscovery-t3769.html">read more</a>)
<ul>
<li>ZeroConfiguration/IDontCareAboutIPs !</li>
</ul>
</li>
</ul>
</li>
<li>AndEnginePhysicsBox2DExtension
<ul>
<li>Enhanced ContactListener with preSolve(&#8230;) and postSolve(&#8230;) methods. (Thanks to Mario!)
<ul>
<li>Platform game anyone?</li>
</ul>
</li>
</ul>
</li>
<li>AndEngineSVGTextureRegionExtension
<ul>
<li>Completely new extension allowing to render SVG files to Textures (<a href="http://www.andengine.org/forums/updates/svgtextureregionextension-t3365.html">read more</a>)</li>
</ul>
</li>
</ul>
<p>So these are all the new features I didn&#8217;t forget about <img src='http://www.andengine.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Best Regards,<br />
Nicolas</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.andengine.org/blog/?flattrss_redirect&amp;id=328&amp;md5=952715d76f90f01d0b0a6aa52c5ce6a0" title="Flattr" target="_blank"><img src="http://www.andengine.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.andengine.org/blog/2011/06/new-andengine-features-in-jun/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AndEngine Games Weekly Roundup #2</title>
		<link>http://www.andengine.org/blog/2011/06/andengine-games-weekly-roundup-2/</link>
		<comments>http://www.andengine.org/blog/2011/06/andengine-games-weekly-roundup-2/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 10:58:33 +0000</pubDate>
		<dc:creator>Nicolas Gramlich</dc:creator>
				<category><![CDATA[AndEngine]]></category>
		<category><![CDATA[AndEngine Games Weekly Roundup]]></category>

		<guid isPermaLink="false">http://www.andengine.org/blog/?p=255</guid>
		<description><![CDATA[Hello Community,

this is the second AndEngine Games Weekly RoundUp and this time we do not only sport games!
Face Costume
 Face Costume developed by Oren Bengigi is an amazing camera application that applies several effects over a live camera feed. Cartoon faces, devil-horns, beards are just one click away.

 (Note: Currently it supports only on ...]]></description>
			<content:encoded><![CDATA[<p>Hello <strong>Community</strong>,</p>
<p>this is the second <em>AndEngine Games Weekly RoundUp</em> and this time we do not only sport games!<a href="https://market.android.com/details?id=com.bengigi.facecostume"><img class="aligncenter size-thumbnail wp-image-257" title="FaceCostume" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/FaceCostume-22-06-11_03-11-33-150x150.jpg" alt="" width="150" height="150" /></a></p>
<h2>Face Costume</h2>
<p><a href="https://market.android.com/details?id=com.bengigi.facecostume"><img class="alignnone size-full wp-image-272" title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Face Costume developed by Oren Bengigi is an amazing camera application that applies several effects over a live camera feed. Cartoon faces, devil-horns, beards are just one click away.</p>
<p><em> (</em><em>Note: </em><em>Currently it supports only on Honeycomb tablets, but it might come to your dual-core phone soon!)</em></p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=rD9DPYppVng">www.youtube.com/watch?v=rD9DPYppVng</a></p>
</p>
<h2>Safari HD</h2>
<p><a href="https://market.android.com/details?id=org.grassland.safari_hd"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> Safari HD takes the Bejeweled concept to the next level, by making you stroking along an arbitrary number of adjacent animals of the same type. Spiced up with OpenFeint and rounded up with nice sounds, it puts you right into the heart of Africa.</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=ByfNuYCahfU">www.youtube.com/watch?v=ByfNuYCahfU</a></p>
</p>
<h2>ZDefense</h2>
<p><a href="https://market.android.com/details?id=mobi.zstudio.avi.full"><img title="Available in the Android Market" src="http://www.andengine.org/blog/wp-content/uploads/2011/06/available_in_the_android_market_small.png" alt="Available in the Android Market" width="117" height="45" /></a> ZDefense is an extremely challenging Tower Defense game, that sports amazing graphics, perfectly smooth performance and excellent leveldesign. It is literally fun for hours and will kill your free time, just like it killed mine. <img src='http://www.andengine.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><em> (Note: It might remind you of HexDefense, but it was already in development, when HexDefense was not public yet.)</em></p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=T3ed3CpOwI8">www.youtube.com/watch?v=T3ed3CpOwI8</a></p>
</p>
<p>&nbsp;</p>
<p>Best Regards,<br />
Nicolas</p>
<p class="wp-flattr-button"></p> <p><a href="http://www.andengine.org/blog/?flattrss_redirect&amp;id=255&amp;md5=dc359306311029064e6eb11d284dbc2c" title="Flattr" target="_blank"><img src="http://www.andengine.org/blog/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.andengine.org/blog/2011/06/andengine-games-weekly-roundup-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
