<?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>nocturnsoft.com /dev/blog</title>
	<atom:link href="http://nocturnsoft.com/devblog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://nocturnsoft.com/devblog</link>
	<description></description>
	<lastBuildDate>Fri, 13 Apr 2012 22:57:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>bring back google&#8217;s cache links</title>
		<link>http://nocturnsoft.com/devblog/?p=3089&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bring-back-googles-cache-links</link>
		<comments>http://nocturnsoft.com/devblog/?p=3089#comments</comments>
		<pubDate>Fri, 13 Apr 2012 22:57:19 +0000</pubDate>
		<dc:creator>nsiomos</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://nocturnsoft.com/devblog/?p=3089</guid>
		<description><![CDATA[Google&#8217;s search layout did undergo slight changes lately: Every search result now offers a website preview. Along with that change however, the useful links to the sites&#8217; cached versions now seemed to have disappeared too. Although the links to Google&#8217;s cache didn&#8217;t really disappear, they are no longer easily accessible, as they were moved to [...]<br/><a href='http://nocturnsoft.com/devblog/?p=3089'><img id='read-more' src='http://nocturnsoft.com/devblog/wp-content/themes/bitstream/images/read-more.png'></img></a>]]></description>
			<content:encoded><![CDATA[<p>Google&#8217;s search layout did undergo slight changes lately: Every search result now offers a website preview. Along with that change however, the useful links to the sites&#8217; <code>cached</code> versions now seemed to have disappeared too. Although the links to Google&#8217;s cache didn&#8217;t really disappear, they are no longer easily accessible, as they were moved to that new website preview. But, as usual, there&#8217;s an easy trick to get back to the old behavior.<span id="more-3089"></span></p>
<p><div class="note"><div class="noteclassic">used software versions:</p>
<ul>
<li>
<strong>Google chrome:</strong> 18.0
</li>
<li>
<strong>Firefox:</strong> 11.0
</li>
</ul>
<p></div></div></p>
<p>Viewing a website via Google&#8217;s cache, i.e. viewing the site the way it was last time Google spidered it, has several advantages, especially when searching for specific text-based information:</p>
<ul>
<li>
<strong>Keyword highlighting:</strong> The search keywords are automatically highlighted by Google, thereby allowing you to tell incredibly fast whether a website contains useful information for you or not.
</li>
<li>
<strong>Faster page load:</strong> While loading the original page oftentimes means waiting for connections to dozens of ad banner servers and the rendering of Flash and Javascript ads, Google&#8217;s cache links present a HTML-only version of the target website. And that version is usually loading much faster.
</li>
<li>
<strong>Snapshot view: </strong> You can still access the website&#8217;s version containing the information you are looking for, even if in the meantime the site has undergone substantial changes or isn&#8217;t accessible at all.
</li>
</ul>
<p>Google&#8217;s cache links aren&#8217;t gone. They are now accessible after clicking on a search result&#8217;s website preview arrow. This however means one additional click and waiting for the preview to load &#8212; and this for every search result you want to visit. Unfortunately, Google doesn&#8217;t offer any configuation option for getting back to the old design, where a link to Google&#8217;s cache is displayed next to every search result. So, for Google cache users, the latest design change wasn&#8217;t all that beneficial.</p>
<p>The trick that allows for getting back to the old design with easily accessibe cache links is telling you browser to <strong>keep Javascript execution disabled</strong> while googling:</p>
<ul>
<li>
<a href="http://nocturnsoft.com/devblog/?attachment_id=3105" rel="attachment wp-att-3105"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2012/04/chrome-block-javascript-for-google-64x26.png" alt="" width="64" height="26" class="alignleft size-thumbnail wp-image-3105" /></a><strong>In Google Chrome:</strong> Open the <code>settings</code> tab by clicking on the wrench icon, then select <code>Under the Hood</code>. From then on go to <code>Privacy</code> &gt; <code>Content settings...</code> &gt; <code>JavaScript</code> &gt; <code>Manage exceptions...</code>. There you need to add the <code>Content pattern</code> <code>[*.]google.TLD</code> (replace <code>TLD</code> with your local TLD, i.e. <code>[*.]google.us</code>, <code>[*.]google.de</code> etc.) and set the <code>Behavior</code> to <code>Block</code>.<br />
&nbsp;
</li>
<li>
<a href="http://nocturnsoft.com/devblog/?attachment_id=3106" rel="attachment wp-att-3106"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2012/04/firefox-block-javascript-for-google-64x48.png" alt="" width="64" height="48" class="alignleft size-thumbnail wp-image-3106" /></a><strong>In Firefox: </strong> Firefox can&#8217;t set Javascript exceptions on a per-site-basis, so we&#8217;ll need an addon here. A popular Firefox addon for Javascript blocking is <a href="https://addons.mozilla.org/en-US/firefox/addon/noscript/">NoScript</a>, but this one blocks Javascript for all websites and allows only whitelists, which is too restrictive for our use-case. The pendant for disabling Javascript on just some specific domains, i.e. blacklisting, is <a href="https://addons.mozilla.org/en-US/firefox/addon/yesscript/">YesScript</a>, which can be downloaded <a href="https://addons.mozilla.org/en-US/firefox/addon/yesscript/">here</a>. Once YesScript is installed, open the Add-ons manager via <code>Extras</code> &gt; <code>Addons</code>, find the <code>YesScript</code> entry there and press its <code>Options</code> button. In the upcoming blacklist dialog add <code>google.TLD</code> (replace <code>TLD</code> with your local TLD, i.e. <code>google.us</code>, <code>google.de</code> etc.).
</li>
</ul>
<p>Finally, googling cached results gets convenient again (example image was taken using Google chrome):<br />
<a href="http://nocturnsoft.com/devblog/?attachment_id=3107" rel="attachment wp-att-3107"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2012/04/google-search-with-accessible-cache-300x189.png" alt="" width="300" height="189" class="aligncenter size-medium wp-image-3107" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nocturnsoft.com/devblog/?feed=rss2&#038;p=3089</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>action block buster launch &#8211; press release</title>
		<link>http://nocturnsoft.com/devblog/?p=2851&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=action-block-buster-launch-press-release</link>
		<comments>http://nocturnsoft.com/devblog/?p=2851#comments</comments>
		<pubDate>Wed, 21 Mar 2012 21:45:27 +0000</pubDate>
		<dc:creator>nsiomos</dc:creator>
				<category><![CDATA[action block buster]]></category>

		<guid isPermaLink="false">http://nocturnsoft.com/devblog/?p=2851</guid>
		<description><![CDATA[Action Block Buster - our new take on Breakout - is now officially available on the App Store. Alongside with the product launch, the following press release, which does a pretty decent job at describing the game&#8217;s features, has been distributed to the press networks. The press release also features our teaser video, so be [...]<br/><a href='http://nocturnsoft.com/devblog/?p=2851'><img id='read-more' src='http://nocturnsoft.com/devblog/wp-content/themes/bitstream/images/read-more.png'></img></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://action-block-buster.com">Action Block Buster - our new take on Breakout</a> - is now officially available on the <a href="http://itunes.apple.com/app/action-block-buster/id481897107?mt=8">App Store</a>. Alongside with the product launch, the following press release, which does a pretty decent job at describing the game&#8217;s features, has been distributed to the press networks. The press release also features our <a href="http://www.youtube.com/watch?v=XlDiKdX5tVw">teaser video</a>, so be sure to check it out!<span id="more-2851"></span><br />
<br />
<strong>Summary:</strong><br />
<br />
nocturnsoft.com today introduces Action Block Buster 1.0 for iOS, their version of the popular games Breakout and Arkanoid, played with a paddle/panel and ball. The goal of the game is to maneuver the panel to aim the ball and destroy all of the blocks on each level before time runs out. Taking the action of classic console and arcade games to a new level, Action Block Buster features a panel surface that can move 360 degrees around the screen, power-ups, bonuses, and innovative playing fields.<br />
<div class="video"><span class="youtube">
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/XlDiKdX5tVw?color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;loop=1&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=0" frameborder="0"></iframe>
</span><p><a href="http://www.youtube.com/watch?v=XlDiKdX5tVw">www.youtube.com/watch?v=XlDiKdX5tVw</a></p></div><br />
<strong>Body:</strong><br />
<br />
Karlsruhe, Germany - nocturnsoft.com today is pleased to introduce Action Block Buster 1.0 for iOS, their version of the popular games Breakout and Arkanoid, played with a paddle/panel and ball. The goal of the game is to maneuver the panel to aim the ball and destroy all of the blocks on each level before the time runs out. Taking the action of classic console and arcade games to a new level, Action Block Buster features a panel surface that can move 360 degrees around the screen, power-ups, bonuses, and innovative playing fields. Players get two balls and 180 seconds to complete each level and advance to the next. Loaded with power-ups, bonuses, and varied play fields, Action Block Buster revolutionizes the brick breaking genre.</p>
<p>&nbsp;<br />
<a href="http://nocturnsoft.com/devblog/?attachment_id=2875" rel="attachment wp-att-2875"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2012/03/powerful-powerups.png" alt="Action Block Buster - iPhone Breakout - screen 1" width="480" height="360" class="aligncenter size-full wp-image-2875" /></a><br />
Players must employ ball control and strategy to complete the timed levels and advance in Action Block Buster. Players earn points and stars, enabling them to advance levels and gain achievements. Unlike other brick breaking games, where players navigate the panel from left to right, Action Block Buster players can move the panel a full 360 degrees around the play area, opening up the field and requiring players to not only keep the ball from escaping from the bottom of the screen, but also through exit points on the side of the play field.</p>
<p>&nbsp;<br />
<a href="http://nocturnsoft.com/devblog/?attachment_id=2884" rel="attachment wp-att-2884"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2012/03/cascading-physics-engine-collisions.png" alt="Action Block Buster - iPhone Breakout - screen 2" width="480" height="360" class="aligncenter size-full wp-image-2884" /></a><br />
A built-in physics engine calculates all Action Block Buster movements and collisions. When the ball hits the blocks, they do not just disappear, but instead a force is applied to them, repelling them and creating the opportunity for the ball to hit other blocks. Unique power-ups such as the Speed Ball power-up utilize this feature in gameplay by increasing the force upon a collision with a faster ball. The twin lasers of the Laser Panel power-up hit the blocks with a force resulting in consecutive hits of many nearby blocks, creating a powerful effect that can decimate whole areas.</p>
<p>&nbsp;<br />
<a href="http://nocturnsoft.com/devblog/?attachment_id=2868" rel="attachment wp-att-2868"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2012/03/45-action-packed-levels.png" alt="" width="480" height="360" class="aligncenter size-full wp-image-2868" /></a><br />
The game offers 45 levels of increasing difficulty. Levels are organized in three Worlds containing 15 levels each. Each world brings its own appearance, theme, music, and animated backgrounds as well as unique game play twists. The Nebula World&#8217;s outer space theme gives the player the feeling of traveling through a star field enclosed in a nebulae. Featuring space themed music and graphics, players must harness the power of gravity-influenced wormholes to reach otherwise closed off areas, and control its influence on changes to the path of the ball. The fast paced, rock music, Fire World takes place in a fiery, smoke-filled magma corridor. With many destructible rocks that catch fire when they are hit by a ball or another block, players must harness the power of flames to destroy blocks while taking care to not create dangerous holes in the side of the playing field. Skilled players reach the final, Rainbow World, the final and most difficult of the levels. This level&#8217;s often-changing colorful background features rainbow-colored trails in the play area. Players in this World must navigate around malicious Malus Orbs, penalty producing power-downs that give players a smaller panel, slower ball, or less time to complete the level, etc. There are also Star Roads, or paths, which guide the ball to hidden and otherwise unreachable areas.</p>
<p>&nbsp;<a href="http://nocturnsoft.com/devblog/?attachment_id=2882" rel="attachment wp-att-2882"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2012/03/global-high-scores-and-achievements.png" alt="" width="480" height="360" class="aligncenter size-full wp-image-2882" /></a><br />
Action Block Buster contains 16 unlockable achievements, from easy - completing a level in under 25 seconds, to difficult - finishing all 15 levels of an entire world without losing your life. With a multitude of power-ups and hidden &#8220;Easter Eggs,&#8221; or game cheats, Action Block Buster also rewards players for skilled game play. For example, when a player hits many blocks without the ball touching the panel, or when he or she hits and destroys a number of blocks consecutively with a single hit, the player is rewarded with power-ups and extra balls.</p>
<p>&nbsp;<a href="http://nocturnsoft.com/devblog/?attachment_id=2883" rel="attachment wp-att-2883"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2012/03/colorful-retina-3d-graphics.png" alt="" width="480" height="360" class="aligncenter size-full wp-image-2883" /></a><br />
Action Block Buster has high-resolution, Retina display, 3D graphics with lighting, particle effects, and beautifully animated backgrounds. Action Block Buster is also backwardly compatible with older devices, such as the 2nd generation iPhone, automatically adjusting graphic effects to maintain optimal game play.</p>
<p>&nbsp;<a href="http://nocturnsoft.com/devblog/?attachment_id=2886" rel="attachment wp-att-2886"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2012/03/game-center-support.png" alt="" width="480" height="360" class="aligncenter size-full wp-image-2886" /></a><br />
All leaderboards and achievements are automatically sent to Apple&#8217;s Game Center service, allowing gamers to compete with players all over the world. Also, devices without Game Center support still benefit from global leaderboards, as the game uses its own remote score service to post scores to leaderboards in 13 different categories including Highest Score, Most Destroyed Blocks, Most Collected Power-ups, Most Consecutive Block Hits, Fastest Level Finish, and more. Players may also easily post achievements from the game to Facebook and Twitter.</p>
<p>&nbsp;<a href="http://nocturnsoft.com/devblog/?attachment_id=2885" rel="attachment wp-att-2885"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2012/03/hidden-cheats.png" alt="" width="480" height="360" class="aligncenter size-full wp-image-2885" /></a><br />
Feature Highlights:
<ul>
<li>
Fast and fun game with 360 degree playing field
</li>
<li>
45 challenging levels
</li>
<li>
Access leaderboards through Apple&#8217;s Game Center and more
</li>
<li>
High resolution, innovative 3D graphics
</li>
<li>
Power-ups, Rewards, Achievements, and Hidden Cheats for dynamic game play
</li>
</ul>
<p>
&#8220;Action Block Buster transforms classic arcade brick breaking games into a 360 degree gaming adventure,&#8221; stated nocturnsoft.com&#8217;s Nico Siomos. &#8220;If you like Breakout and Arkanoid, you&#8217;ll love Action Block Buster!&#8221;<br />
<br />
Device Requirements:
<ul>
<li>
iPhone, iPad, or iPod touch
</li>
<li>
Requires iOS 3.0 or later (iOS 5 tested)
</li>
<li>
Universal app optimized for display on all iOS devices
</li>
<li>
63.1 MB
</li>
</ul>
<p>Pricing and Availability:<br />
Action Block Buster 1.0 is $0.99 (USD) and available worldwide exclusively through the App Store in the Games category. Review copies are available on request.<br />
<br />
<a href="http://nocturnsoft.com">nocturnsoft.com on the web: http://nocturnsoft.com</a><br />
<a href="http://action-block-buster.com">Action Block Buster on the web: http://action-block-buster.com</a><br />
<a href="http://itunes.apple.com/app/action-block-buster/id481897107?mt=8">Purchase and Download: http://itunes.apple.com/app/action-block-buster/id481897107?mt=8</a><br />
<br />
<a href="http://www.youtube.com/watch?v=XlDiKdX5tVw">YouTube Video: http://www.youtube.com/watch?v=XlDiKdX5tVw</a><br />
<br />
<a href="http://nocturnsoft.com/devblog/?p=2723">Promo screens (web): http://nocturnsoft.com/devblog/?p=2723</a><br />
<a href="http://nocturnsoft.com/devblog/?page_id=2764">Screenshot Pack I (web): http://nocturnsoft.com/devblog/?page_id=2764</a><br />
<a href="http://nocturnsoft.com/devblog/?page_id=2771">Screenshot Pack II (web): http://nocturnsoft.com/devblog/?page_id=2771</a><br />
<br />
<a href="http://nocturnsoft.com/dl/action-block-buster/action-block-buster-promo-screens.zip">Promo screens (zip): http://nocturnsoft.com/dl/action-block-buster/action-block-buster-promo-screens.zip</a><br />
<a href="http://nocturnsoft.com/dl/action-block-buster/action-block-buster-screenshot-pack-1.zip">Screenshot Pack I (zip): http://nocturnsoft.com/dl/action-block-buster/action-block-buster-screenshot-pack-1.zip</a><br />
<a href="http://nocturnsoft.com/dl/action-block-buster/action-block-buster-screenshot-pack-2.zip">Screenshot Pack II (zip): http://nocturnsoft.com/dl/action-block-buster/action-block-buster-screenshot-pack-2.zip</a><br />
<br />
<a href="http://nocturnsoft.com/dl/action-block-buster/action-block-buster-logo-512x512.png">App Icon: http://nocturnsoft.com/dl/action-block-buster/action-block-buster-logo-512x512.png</a><br />
<br />
Based in Karlsruhe, Germany, nocturnsoft.com was founded by Nico Siomos in 2011. The company focuses on developing games that are intuitive and fun to play. Their target platforms include PC, Mac as well as iPhone, iPad, Android. Copyright (C) 2011-2012 nocturnsoft.com. All Rights Reserved. Apple, the Apple logo, iPhone, and iPod are registered trademarks of Apple Inc. in the U.S. and/or other countries. Other trademarks and registered trademarks may be the property of their respective owners.</p>
]]></content:encoded>
			<wfw:commentRss>http://nocturnsoft.com/devblog/?feed=rss2&#038;p=2851</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>action block buster goes app store</title>
		<link>http://nocturnsoft.com/devblog/?p=2833&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=action-block-buster-goes-app-store</link>
		<comments>http://nocturnsoft.com/devblog/?p=2833#comments</comments>
		<pubDate>Tue, 13 Mar 2012 01:12:21 +0000</pubDate>
		<dc:creator>nsiomos</dc:creator>
				<category><![CDATA[action block buster]]></category>

		<guid isPermaLink="false">http://nocturnsoft.com/devblog/?p=2833</guid>
		<description><![CDATA[Today, after a development timespan of nearly a year, our iphone game &#8220;Action Block Buster&#8221; was uploaded to the App Store and is now awaiting Apple&#8217;s review. If everything goes well during the review process, we expect the game to be available on the App Store in about one or two weeks from now. &#160; [...]<br/><a href='http://nocturnsoft.com/devblog/?p=2833'><img id='read-more' src='http://nocturnsoft.com/devblog/wp-content/themes/bitstream/images/read-more.png'></img></a>]]></description>
			<content:encoded><![CDATA[<p>Today, after a development timespan of nearly a year, <a href="http://action-block-buster.com">our iphone game &#8220;Action Block Buster&#8221;</a> was uploaded to the App Store and is now awaiting Apple&#8217;s review. If everything goes well during the review process, we expect the game to be available on the App Store in about one or two weeks from now.<span id="more-2833"></span></p>
<p>&nbsp;<br />
The game will be made available on the App Store immediately after passing Apple&#8217;s review process &#8212; so stay tuned and  watch out for the upcoming release news on this very blog!</p>
<p><div class="video"><span class="youtube">
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="425" height="344" src="http://www.youtube.com/embed/XlDiKdX5tVw?color1=d6d6d6&amp;color2=f0f0f0&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;loop=1&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0&amp;rel=0" frameborder="0"></iframe>
</span><p><a href="http://www.youtube.com/watch?v=XlDiKdX5tVw">www.youtube.com/watch?v=XlDiKdX5tVw</a></p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://nocturnsoft.com/devblog/?feed=rss2&#038;p=2833</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>command &amp; conquer on your browser!</title>
		<link>http://nocturnsoft.com/devblog/?p=2793&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=command-conquer-on-your-browser</link>
		<comments>http://nocturnsoft.com/devblog/?p=2793#comments</comments>
		<pubDate>Thu, 02 Feb 2012 23:31:57 +0000</pubDate>
		<dc:creator>nsiomos</dc:creator>
				<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://nocturnsoft.com/devblog/?p=2793</guid>
		<description><![CDATA[An interesting new project aims to bring the good old Command &#38; Conquer onto our browsers using latest HTML5 technology. While the project itself is still in the early stages of development, it already offers one playable singe-player mission, so it is definitely worth a look! &#160; &#160; Those who are old enough surely remember [...]<br/><a href='http://nocturnsoft.com/devblog/?p=2793'><img id='read-more' src='http://nocturnsoft.com/devblog/wp-content/themes/bitstream/images/read-more.png'></img></a>]]></description>
			<content:encoded><![CDATA[<p>An interesting new project aims to bring the good old Command &amp; Conquer onto our browsers using latest HTML5 technology. While the project itself is still in the early stages of development, it already offers one playable singe-player mission, so it is definitely worth a look!<span id="more-2793"></span><br />
&nbsp;<br />
&nbsp;<br />
Those who are old enough surely remember the days where mighty Obelisks of Light burned away unlucky GDI infantry guys. <a href="http://www.adityaravishankar.com/">Aditya Ravi Shankar</a> now actively works on porting this experience (i.e. the very first and imho also very best Command &amp; Conquer) onto today&#8217;s browsers &#8212; in order to provide a proof-of-concept for developing RTS games with Javascript and HTML5. While there&#8217;s still much work to be done until the game can be considered &#8220;fully ported&#8221;, Aditya&#8217;s website already allows for playing one single-player mission as GDI where you can build up a tank army to crush your NOD opponent.<br />
&nbsp;<br />
Now click on the image below and start harvesting some tiberium!<br />
<div class="note"><div class="noteclassic">I suggest using <a href="http://www.google.com/Chrome">Google Chrome</a> for trying this out, as Firefox and Internet Explorer got stuck on the loading screen.<br />
</div></div><br />
<a href="http://www.adityaravishankar.com/projects/games/command-and-conquer/"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2012/02/command-and-conquer-on-your-browser-300x251.png" alt="" width="300" height="251" class="aligncenter size-medium wp-image-2803" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nocturnsoft.com/devblog/?feed=rss2&#038;p=2793</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>action block buster promo screens</title>
		<link>http://nocturnsoft.com/devblog/?p=2723&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=action-block-buster-promo-screens</link>
		<comments>http://nocturnsoft.com/devblog/?p=2723#comments</comments>
		<pubDate>Sat, 28 Jan 2012 14:12:22 +0000</pubDate>
		<dc:creator>nsiomos</dc:creator>
				<category><![CDATA[action block buster]]></category>

		<guid isPermaLink="false">http://nocturnsoft.com/devblog/?p=2723</guid>
		<description><![CDATA[Another screenshot update of our upcoming Arkanoid/Breakout-type game Action Block Buster: As the game is now feature-complete for the initial launch, focus now gradually shifts towards advertising. Therefore, I&#8217;m proudly presenting the screenshots that were chosen to represent the game on our website and on the App Store! The screenshots for the App Store: 5 [...]<br/><a href='http://nocturnsoft.com/devblog/?p=2723'><img id='read-more' src='http://nocturnsoft.com/devblog/wp-content/themes/bitstream/images/read-more.png'></img></a>]]></description>
			<content:encoded><![CDATA[<p>Another screenshot update of our upcoming <a href="http://action-block-buster.com">Arkanoid/Breakout-type game Action Block Buster</a>: As the game is now feature-complete for the initial launch, focus now gradually shifts towards advertising. Therefore, I&#8217;m proudly presenting the screenshots that were chosen to represent the game on our website and on the App Store!<span id="more-2723"></span></p>
<p><b>The screenshots for the App Store:</b> 5 images showcasing the core innovation aspects of the game: </p>
<ul>
<li>
<strong>the panel can be moved all around the screen.</strong> The 360°-touch-motion feature allows for moving the panel all around the game area very intuitively by just touching the screen. No further buttons/controls are involved.
</li>
<li>
<strong>the game went straight for 3D graphics, lighting and particle effects.</strong> Furthermore, iPhone 4 and newer devices will benefit from its retina HD resolution, while the quality settings on older devices will automatically be adjusted to meet performance requirements.
</li>
<li>
<strong>different worlds with different twists and dangers</strong> &#8211; as an example, the nebula world&#8217;s wormholes are featured here, while another screen also showcases the rainbow world&#8217;s star road.
</li>
<li>
<strong>extensive physics engine usage</strong> allows for beautiful (and according to game-mechanics also very efficient and rewarding) cascading block collision effects, which also greatly help in creating the game&#8217;s typical action-packed gameplay feeling.
</li>
<li>
finally, a powerful blast from the laser powerup impressively emphasizes the <strong>action</strong> that is to be delivered by <a href="http://action-block-buster.com">Action Block Buster</a>!
</li>
</ul>

<div class="ngg-galleryoverview" id="ngg-gallery-17-2723">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-321" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-app-store/screen1-action-block-buster-title.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_17" >
								<img title="action block buster title" alt="action block buster title" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-app-store/thumbs/thumbs_screen1-action-block-buster-title.png" width="64" height="96" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-322" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-app-store/screen2-colorful-retina-3d-graphics.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_17" >
								<img title="colorful retina 3D graphics" alt="colorful retina 3D graphics" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-app-store/thumbs/thumbs_screen2-colorful-retina-3d-graphics.png" width="64" height="96" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-323" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-app-store/screen3-45-action-packed-levels.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_17" >
								<img title="45 action-packed levels" alt="45 action-packed levels" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-app-store/thumbs/thumbs_screen3-45-action-packed-levels.png" width="64" height="96" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-324" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-app-store/screen4-cascading-collisions.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_17" >
								<img title="cascading collisions" alt="cascading collisions" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-app-store/thumbs/thumbs_screen4-cascading-collisions.png" width="64" height="96" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-325" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-app-store/screen5-powerful-powerups.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_17" >
								<img title="powerful powerups" alt="powerful powerups" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-app-store/thumbs/thumbs_screen5-powerful-powerups.png" width="64" height="96" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

<br />
&nbsp;<br />
&nbsp;<br />
<b>The screenshots for<a href="http://action-block-buster.com"> the game&#8217;s website</a>:</b> Featuring a total of 12 screenshots allows for  showing off even more game features. Amongst them are</p>
<ul>
<li>
<strong>global high-scores and achievements:</strong> No need to register anywhere in order to start competing with players all over the world!
</li>
<li>
<strong>game center support:</strong> The game is a well-behaving iOS-citizen and thus fully supports Apple&#8217;s Game Center with its 13 leaderboards and 16 achievements!
</li>
<li>
<strong>in-game help:</strong> Every new game element will be introduced and explained just in time &#8211; no need for any RTFM!
</li>
<li>
<strong>social networks support:</strong> Proudly posting your achievements to the social networks can&#8217;t get any easier: Just log in to facebook or twitter from within the game&#8217;s options screen &#8211; that&#8217;s it! Don&#8217;t want to use that feature any more? Just press the &#8220;logout&#8221; button &#8211; again, that&#8217;s it!
</li>
<li>
<strong>hidden cheats:</strong> Several cheat code hints can be found in hidden areas within the game. While some cheats are obviously targetted at advancing the player (like the 99-extra-balls cheat), others allow for beating a single level with an impressive powerup-overdose &#8211; as shown here&#8230;
</li>
</ul>
<p>
<div class="ngg-galleryoverview" id="ngg-gallery-18-2723">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-326" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/3-unique-worlds-to-explore.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_18" >
								<img title="3-unique-worlds-to-explore" alt="3-unique-worlds-to-explore" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/thumbs/thumbs_3-unique-worlds-to-explore.png" width="96" height="72" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-327" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/45-action-packed-levels.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_18" >
								<img title="45-action-packed-levels" alt="45-action-packed-levels" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/thumbs/thumbs_45-action-packed-levels.png" width="96" height="72" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-330" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/colorful-retina-3d-graphics.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_18" >
								<img title="colorful-retina-3d-graphics" alt="colorful-retina-3d-graphics" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/thumbs/thumbs_colorful-retina-3d-graphics.png" width="96" height="72" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-335" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/intuitive-360-degrees-touch-motion.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_18" >
								<img title="intuitive-360-degrees-touch-motion" alt="intuitive-360-degrees-touch-motion" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/thumbs/thumbs_intuitive-360-degrees-touch-motion.png" width="96" height="72" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-329" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/cascading-physics-engine-collisions.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_18" >
								<img title="cascading-physics-engine-collisions" alt="cascading-physics-engine-collisions" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/thumbs/thumbs_cascading-physics-engine-collisions.png" width="96" height="72" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-332" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/global-high-scores-and-achievements.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_18" >
								<img title="global-high-scores-and-achievements" alt="global-high-scores-and-achievements" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/thumbs/thumbs_global-high-scores-and-achievements.png" width="96" height="72" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-336" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/powerful-powerups.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_18" >
								<img title="powerful-powerups" alt="powerful-powerups" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/thumbs/thumbs_powerful-powerups.png" width="96" height="72" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-331" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/game-center-support.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_18" >
								<img title="game-center-support" alt="game-center-support" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/thumbs/thumbs_game-center-support.png" width="96" height="72" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-334" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/ingame-help.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_18" >
								<img title="ingame-help" alt="ingame-help" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/thumbs/thumbs_ingame-help.png" width="96" height="72" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-328" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/beware-of-penalties.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_18" >
								<img title="beware-of-penalties" alt="beware-of-penalties" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/thumbs/thumbs_beware-of-penalties.png" width="96" height="72" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-337" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/social-networks-inside.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_18" >
								<img title="social-networks-inside" alt="social-networks-inside" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/thumbs/thumbs_social-networks-inside.png" width="96" height="72" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-333" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/hidden-cheats.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_18" >
								<img title="hidden-cheats" alt="hidden-cheats" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-website/thumbs/thumbs_hidden-cheats.png" width="96" height="72" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

<br />
&nbsp;<br />
&nbsp;<br />
<b>The screenshots that didn&#8217;t make it:</b> Many screens were taken, and only a few could be the chosen ones. But it was a tight competition, as you can see:<br />

<div class="ngg-galleryoverview" id="ngg-gallery-19-2723">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-338" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/a-rainbow-full-of-blocks-awaits-you.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="a-rainbow-full-of-blocks-awaits-you" alt="a-rainbow-full-of-blocks-awaits-you" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_a-rainbow-full-of-blocks-awaits-you.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-339" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/a-taste-of-blocks-to-come.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="a-taste-of-blocks-to-come" alt="a-taste-of-blocks-to-come" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_a-taste-of-blocks-to-come.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-340" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/all-penalties-do-stack.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="all-penalties-do-stack" alt="all-penalties-do-stack" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_all-penalties-do-stack.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-341" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/all-you-need-to-know-about-angry-bombs.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="all-you-need-to-know-about-angry-bombs" alt="all-you-need-to-know-about-angry-bombs" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_all-you-need-to-know-about-angry-bombs.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-342" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/blocks-in-star-formation-deformed.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="blocks-in-star-formation-deformed" alt="blocks-in-star-formation-deformed" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_blocks-in-star-formation-deformed.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-343" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/blocks-smiling-at-you.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="blocks-smiling-at-you" alt="blocks-smiling-at-you" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_blocks-smiling-at-you.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-344" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/bomb-is-getting-angry.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="bomb-is-getting-angry" alt="bomb-is-getting-angry" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_bomb-is-getting-angry.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-345" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/break-out.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="break-out" alt="break-out" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_break-out.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-346" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/bump-bump-bump.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="bump-bump-bump" alt="bump-bump-bump" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_bump-bump-bump.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-347" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/bumper-scoring-with-lasers.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="bumper-scoring-with-lasers" alt="bumper-scoring-with-lasers" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_bumper-scoring-with-lasers.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-348" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/burning-blocks.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="burning-blocks" alt="burning-blocks" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_burning-blocks.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-349" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/cant-get-enough-extra-balls.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="cant-get-enough-extra-balls" alt="cant-get-enough-extra-balls" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_cant-get-enough-extra-balls.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-350" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/cheater.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="cheater" alt="cheater" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_cheater.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-351" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/collected-two-bonuses-at-once.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="collected-two-bonuses-at-once" alt="collected-two-bonuses-at-once" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_collected-two-bonuses-at-once.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-352" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/collecting-extra-time.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="collecting-extra-time" alt="collecting-extra-time" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_collecting-extra-time.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-353" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/colors-of-the-rainbow.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="colors-of-the-rainbow" alt="colors-of-the-rainbow" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_colors-of-the-rainbow.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-354" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/cool-gameplay-will-be-rewarded.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="cool-gameplay-will-be-rewarded" alt="cool-gameplay-will-be-rewarded" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_cool-gameplay-will-be-rewarded.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-355" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/crushing-into-the-blocks.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="crushing-into-the-blocks" alt="crushing-into-the-blocks" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_crushing-into-the-blocks.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-356" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/danger.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="danger" alt="danger" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_danger.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-357" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/demonstrating-firepower.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="demonstrating-firepower" alt="demonstrating-firepower" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_demonstrating-firepower.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-358" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/destructible-blocks-getting-blown-up.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="destructible-blocks-getting-blown-up" alt="destructible-blocks-getting-blown-up" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_destructible-blocks-getting-blown-up.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-359" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/earned-and-missing-achievements-view.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="earned-and-missing-achievements-view" alt="earned-and-missing-achievements-view" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_earned-and-missing-achievements-view.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-360" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/entering-the-fire.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="entering-the-fire" alt="entering-the-fire" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_entering-the-fire.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-361" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/even-with-multi-ball-the-blocks-outnumber-you.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="even-with-multi-ball-the-blocks-outnumber-you" alt="even-with-multi-ball-the-blocks-outnumber-you" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_even-with-multi-ball-the-blocks-outnumber-you.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-362" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/extraordinary-gameplay-bonus.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="extraordinary-gameplay-bonus" alt="extraordinary-gameplay-bonus" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_extraordinary-gameplay-bonus.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-363" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/fire-starter-achievement-earned.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="fire-starter-achievement-earned" alt="fire-starter-achievement-earned" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_fire-starter-achievement-earned.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-364" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/fire-world-pull-the-spring.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="fire-world-pull-the-spring" alt="fire-world-pull-the-spring" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_fire-world-pull-the-spring.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-365" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/fire-world.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="fire-world" alt="fire-world" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_fire-world.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-366" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/firing-up-the-score-bumper.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="firing-up-the-score-bumper" alt="firing-up-the-score-bumper" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_firing-up-the-score-bumper.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-367" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/first-hits.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="first-hits" alt="first-hits" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_first-hits.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-368" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/game-element-bonus-block-hint.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="game-element-bonus-block-hint" alt="game-element-bonus-block-hint" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_game-element-bonus-block-hint.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-369" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/hit-cascade.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="hit-cascade" alt="hit-cascade" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_hit-cascade.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-370" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/i-dont-wanna-be-a-block.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="i-dont-wanna-be-a-block" alt="i-dont-wanna-be-a-block" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_i-dont-wanna-be-a-block.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-371" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/if-it-can-be-destroyed.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="if-it-can-be-destroyed" alt="if-it-can-be-destroyed" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_if-it-can-be-destroyed.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-372" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/incoming-player-ball.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="incoming-player-ball" alt="incoming-player-ball" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_incoming-player-ball.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-373" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/ingame-help-from-the-beginning.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="ingame-help-from-the-beginning" alt="ingame-help-from-the-beginning" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_ingame-help-from-the-beginning.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-374" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/invincible-star-road-action.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="invincible-star-road-action" alt="invincible-star-road-action" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_invincible-star-road-action.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-375" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/jackpot.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="jackpot" alt="jackpot" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_jackpot.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-376" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/king-of-the-balls-achievement-earned.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="king-of-the-balls-achievement-earned" alt="king-of-the-balls-achievement-earned" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_king-of-the-balls-achievement-earned.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-377" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/large-speed-panel-action.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="large-speed-panel-action" alt="large-speed-panel-action" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_large-speed-panel-action.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-378" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/laser-panel-blasting-away.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="laser-panel-blasting-away" alt="laser-panel-blasting-away" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_laser-panel-blasting-away.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-379" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/level-completed-successfully.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="level-completed-successfully" alt="level-completed-successfully" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_level-completed-successfully.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-380" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/light-speed-into-the-wormholes.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="light-speed-into-the-wormholes" alt="light-speed-into-the-wormholes" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_light-speed-into-the-wormholes.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-381" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/loading-global-leaderboards.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="loading-global-leaderboards" alt="loading-global-leaderboards" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_loading-global-leaderboards.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-382" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/lots-of-blocks-to-destroy.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="lots-of-blocks-to-destroy" alt="lots-of-blocks-to-destroy" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_lots-of-blocks-to-destroy.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-383" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/maintaining-control-is-much-harder-with-a-small-panel.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="maintaining-control-is-much-harder-with-a-small-panel" alt="maintaining-control-is-much-harder-with-a-small-panel" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_maintaining-control-is-much-harder-with-a-small-panel.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-384" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/malus-orbs-spreading.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="malus-orbs-spreading" alt="malus-orbs-spreading" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_malus-orbs-spreading.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-385" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/many-blocks-ahead.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="many-blocks-ahead" alt="many-blocks-ahead" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_many-blocks-ahead.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-386" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/many-fire-balls-are-better-than-one.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="many-fire-balls-are-better-than-one" alt="many-fire-balls-are-better-than-one" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_many-fire-balls-are-better-than-one.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-387" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/many-hits-at-once.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="many-hits-at-once" alt="many-hits-at-once" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_many-hits-at-once.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-388" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/marvellous-gameplay-bonus.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="marvellous-gameplay-bonus" alt="marvellous-gameplay-bonus" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_marvellous-gameplay-bonus.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-389" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/melting-away-those-blocks.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="melting-away-those-blocks" alt="melting-away-those-blocks" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_melting-away-those-blocks.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-390" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/multi-ball.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="multi-ball" alt="multi-ball" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_multi-ball.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-391" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/nebula-world-pull-the-spring.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="nebula-world-pull-the-spring" alt="nebula-world-pull-the-spring" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_nebula-world-pull-the-spring.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-392" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/nebula-world-tab.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="nebula-world-tab" alt="nebula-world-tab" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_nebula-world-tab.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-393" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/need-that-powerup.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="need-that-powerup" alt="need-that-powerup" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_need-that-powerup.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-394" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/now-thats-a-block-breaker.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="now-thats-a-block-breaker" alt="now-thats-a-block-breaker" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_now-thats-a-block-breaker.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-395" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/options-screen.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="options-screen" alt="options-screen" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_options-screen.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-396" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/panel-enlargement.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="panel-enlargement" alt="panel-enlargement" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_panel-enlargement.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-397" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/penalties-everywhere.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="penalties-everywhere" alt="penalties-everywhere" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_penalties-everywhere.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-398" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/playing-magnificent-bonus.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="playing-magnificent-bonus" alt="playing-magnificent-bonus" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_playing-magnificent-bonus.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-399" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/rainbow-world-block-breaker-action.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="rainbow-world-block-breaker-action" alt="rainbow-world-block-breaker-action" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_rainbow-world-block-breaker-action.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-400" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/rainbow-world-tab.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="rainbow-world-tab" alt="rainbow-world-tab" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_rainbow-world-tab.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-401" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/reached-bonus-thanks-to-wormholes.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="reached-bonus-thanks-to-wormholes" alt="reached-bonus-thanks-to-wormholes" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_reached-bonus-thanks-to-wormholes.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-402" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/ready-to-fire-it-up.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="ready-to-fire-it-up" alt="ready-to-fire-it-up" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_ready-to-fire-it-up.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-403" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/score-ball-action-doubles-the-block-score.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="score-ball-action-doubles-the-block-score" alt="score-ball-action-doubles-the-block-score" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_score-ball-action-doubles-the-block-score.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-404" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/setting-blocks-on-fire-with-multi-fire-ball.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="setting-blocks-on-fire-with-multi-fire-ball" alt="setting-blocks-on-fire-with-multi-fire-ball" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_setting-blocks-on-fire-with-multi-fire-ball.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-405" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/shining-stars-and-blocks-everywhere.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="shining-stars-and-blocks-everywhere" alt="shining-stars-and-blocks-everywhere" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_shining-stars-and-blocks-everywhere.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-406" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/sick-panel-and-your-world-is-upside-down.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="sick-panel-and-your-world-is-upside-down" alt="sick-panel-and-your-world-is-upside-down" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_sick-panel-and-your-world-is-upside-down.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-407" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/slow-ball-penalty.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="slow-ball-penalty" alt="slow-ball-penalty" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_slow-ball-penalty.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-408" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/solid-block-armada.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="solid-block-armada" alt="solid-block-armada" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_solid-block-armada.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-409" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/speed-breakthough.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="speed-breakthough" alt="speed-breakthough" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_speed-breakthough.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-410" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/speedy-fireball.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="speedy-fireball" alt="speedy-fireball" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_speedy-fireball.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-411" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/star-road-pushes-blocks-away.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="star-road-pushes-blocks-away" alt="star-road-pushes-blocks-away" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_star-road-pushes-blocks-away.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-412" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/stars-everywhere.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="stars-everywhere" alt="stars-everywhere" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_stars-everywhere.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-413" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/surprise-boxes.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="surprise-boxes" alt="surprise-boxes" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_surprise-boxes.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-414" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/the-beginning.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="the-beginning" alt="the-beginning" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_the-beginning.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-415" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/the-bonus-is-in-reach.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="the-bonus-is-in-reach" alt="the-bonus-is-in-reach" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_the-bonus-is-in-reach.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-416" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/the-fire-ball-bonus.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="the-fire-ball-bonus" alt="the-fire-ball-bonus" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_the-fire-ball-bonus.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-417" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/the-game-has-an-astrology-module.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="the-game-has-an-astrology-module" alt="the-game-has-an-astrology-module" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_the-game-has-an-astrology-module.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-418" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/there-is-no-peace-in-hell.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="there-is-no-peace-in-hell" alt="there-is-no-peace-in-hell" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_there-is-no-peace-in-hell.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-419" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/this-is-madness.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="this-is-madness" alt="this-is-madness" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_this-is-madness.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-420" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/time-is-up.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="time-is-up" alt="time-is-up" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_time-is-up.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-421" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/travelling-made-easy-with-wormholes.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="travelling-made-easy-with-wormholes" alt="travelling-made-easy-with-wormholes" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_travelling-made-easy-with-wormholes.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-422" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/treasure-hunter-achievement-unlocked.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="treasure-hunter-achievement-unlocked" alt="treasure-hunter-achievement-unlocked" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_treasure-hunter-achievement-unlocked.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-423" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/unlock-achievements.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="unlock-achievements" alt="unlock-achievements" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_unlock-achievements.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-424" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/unlucky-fellow-achievement-for-collecting-penalties.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="unlucky-fellow-achievement-for-collecting-penalties" alt="unlucky-fellow-achievement-for-collecting-penalties" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_unlucky-fellow-achievement-for-collecting-penalties.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-425" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/victory.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="victory" alt="victory" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_victory.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-426" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/weapon-bonus.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="weapon-bonus" alt="weapon-bonus" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_weapon-bonus.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-427" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/what-will-the-surprise-block-reveal.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="what-will-the-surprise-block-reveal" alt="what-will-the-surprise-block-reveal" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_what-will-the-surprise-block-reveal.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-428" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/wormhole-gravity.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="wormhole-gravity" alt="wormhole-gravity" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_wormhole-gravity.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-429" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/you-have-been-warned.png" title="Action Block Buster is a fun Arkanoid/Breakout-style game for the iPhone. Action-driven gameplay, colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd of Breakout clones.

Expect
* three unique worlds to explore, each one with its very own twists and dangers
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help explaining all new game elements
* game center support
* automatically adjusting quality settings on older devices" class="thickbox" rel="set_19" >
								<img title="you-have-been-warned" alt="you-have-been-warned" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-promo-screens-remaining/thumbs/thumbs_you-have-been-warned.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

<br />
<div class="note"><div class="noteclassic">The pictures shown here are also featured on the game&#8217;s dedicated screenshot page: <a href="http://nocturnsoft.com/devblog/?page_id=2764">Action Block Buster screenshot pack I</a>.<br />
</div></div>
]]></content:encoded>
			<wfw:commentRss>http://nocturnsoft.com/devblog/?feed=rss2&#038;p=2723</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>action block buster pre-release screens</title>
		<link>http://nocturnsoft.com/devblog/?p=2448&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=action-block-buster-pre-release-screens</link>
		<comments>http://nocturnsoft.com/devblog/?p=2448#comments</comments>
		<pubDate>Mon, 26 Dec 2011 15:38:16 +0000</pubDate>
		<dc:creator>nsiomos</dc:creator>
				<category><![CDATA[action block buster]]></category>

		<guid isPermaLink="false">http://nocturnsoft.com/devblog/?p=2448</guid>
		<description><![CDATA[Merry Christmas and a happy new year folks! The release of Action Block Buster, our block-breaker-type iPhone game, is within reach. And as it&#8217;s been a while since the last screenshot update, it&#8217;s about time to present some fresh bleeding-edge screens &#8211; which showcase the game as it is about to be released! Here we [...]<br/><a href='http://nocturnsoft.com/devblog/?p=2448'><img id='read-more' src='http://nocturnsoft.com/devblog/wp-content/themes/bitstream/images/read-more.png'></img></a>]]></description>
			<content:encoded><![CDATA[<p>Merry Christmas and a happy new year folks! The release of <a href="http://action-block-buster.com">Action Block Buster, our block-breaker-type iPhone game</a>, is within reach. And as it&#8217;s been a while since the last screenshot update, it&#8217;s about time to present some fresh bleeding-edge screens &#8211; which showcase the game as it is about to be released!<span id="more-2448"></span></p>
<p>Here we go! A plethora of up-to-date screens covering many different aspects of the game, be it the three unique worlds with their distinct twists, the user interface, powerups in action or the hidden cheats &#8212; this screenshot compilation provides something of everything:<br />

<div class="ngg-galleryoverview" id="ngg-gallery-16-2448">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-212" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/1-action-block-buster-title.png" title="&lt;b&gt;action-block-buster-title&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="1-action-block-buster-title" alt="1-action-block-buster-title" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_1-action-block-buster-title.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-213" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/about-to-enter-play-erea.png" title="&lt;b&gt;about-to-enter-play-area&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="about-to-enter-play-area" alt="about-to-enter-play-area" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_about-to-enter-play-erea.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-214" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/achieved-status-sharp-shooter.png" title="&lt;b&gt;achieved-status-sharp-shooter&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="achieved-status-sharp-shooter" alt="achieved-status-sharp-shooter" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_achieved-status-sharp-shooter.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-215" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/all-boni-do-stack.png" title="&lt;b&gt;all-boni-do-stack&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="all-boni-do-stack" alt="all-boni-do-stack" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_all-boni-do-stack.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-216" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/angry-bombs-approaching.png" title="&lt;b&gt;angry-bombs-approaching&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="angry-bombs-approaching" alt="angry-bombs-approaching" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_angry-bombs-approaching.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-217" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/approaching-wormholes-sick.png" title="&lt;b&gt;approaching-wormholes-while-being-sick&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="approaching-wormholes-while-being-sick" alt="approaching-wormholes-while-being-sick" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_approaching-wormholes-sick.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-218" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/balls-on-fire.png" title="&lt;b&gt;balls-on-fire&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="balls-on-fire" alt="balls-on-fire" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_balls-on-fire.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-219" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/big-fat-laser-action.png" title="&lt;b&gt;big-fat-laser-action&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="big-fat-laser-action" alt="big-fat-laser-action" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_big-fat-laser-action.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-220" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/bling-bling-stars.png" title="&lt;b&gt;bling-bling-stars&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="bling-bling-stars" alt="bling-bling-stars" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_bling-bling-stars.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-221" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/blocks-getting-toasted.png" title="&lt;b&gt;blocks-getting-toasted&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="blocks-getting-toasted" alt="blocks-getting-toasted" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_blocks-getting-toasted.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-222" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/bomb-exploding.png" title="&lt;b&gt;bomb-exploding&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="bomb-exploding" alt="bomb-exploding" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_bomb-exploding.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-223" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/bonus-blocks-leaderboard.png" title="&lt;b&gt;bonus-blocks-leaderboard&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="bonus-blocks-leaderboard" alt="bonus-blocks-leaderboard" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_bonus-blocks-leaderboard.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-224" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/bump.png" title="&lt;b&gt;bump&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="bump" alt="bump" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_bump.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-225" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/bumpers-everywhere.png" title="&lt;b&gt;bumpers-everywhere&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="bumpers-everywhere" alt="bumpers-everywhere" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_bumpers-everywhere.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-226" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/burning-chaos.png" title="&lt;b&gt;burning-chaos&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="burning-chaos" alt="burning-chaos" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_burning-chaos.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-227" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/cant-have-enough-powerups.png" title="&lt;b&gt;cant-have-enough-powerups&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="cant-have-enough-powerups" alt="cant-have-enough-powerups" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_cant-have-enough-powerups.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-228" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/cascading-physics-collisions.png" title="&lt;b&gt;cascading-physics-collisions&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="cascading-physics-collisions" alt="cascading-physics-collisions" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_cascading-physics-collisions.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-229" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/cheater.png" title="&lt;b&gt;cheater&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="cheater" alt="cheater" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_cheater.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-230" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/cleaning-time.png" title="&lt;b&gt;cleaning-time&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="cleaning-time" alt="cleaning-time" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_cleaning-time.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-231" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/collected-penalties-leaderboard.png" title="&lt;b&gt;collected-penalties-leaderboard&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="collected-penalties-leaderboard" alt="collected-penalties-leaderboard" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_collected-penalties-leaderboard.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-232" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/colorful.png" title="&lt;b&gt;colorful&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="colorful" alt="colorful" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_colorful.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-233" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/congratulations.png" title="&lt;b&gt;congratulations&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="congratulations" alt="congratulations" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_congratulations.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-234" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/danger-ahead.png" title="&lt;b&gt;danger-ahead&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="danger-ahead" alt="danger-ahead" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_danger-ahead.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-235" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/destructible-rocks-are-your-friends.png" title="&lt;b&gt;destructible-rocks-are-your-friends&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="destructible-rocks-are-your-friends" alt="destructible-rocks-are-your-friends" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_destructible-rocks-are-your-friends.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-236" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/destructible-rocks-falling-apart.png" title="&lt;b&gt;destructible-rocks-falling-apart&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="destructible-rocks-falling-apart" alt="destructible-rocks-falling-apart" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_destructible-rocks-falling-apart.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-237" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/dont-mess-with-my-lasers.png" title="&lt;b&gt;dont-mess-with-my-lasers&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="dont-mess-with-my-lasers" alt="dont-mess-with-my-lasers" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_dont-mess-with-my-lasers.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-238" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/earned-achievement.png" title="&lt;b&gt;earned-achievement&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="earned-achievement" alt="earned-achievement" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_earned-achievement.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-239" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/empty-achievement-list.png" title="&lt;b&gt;empty-achievement-list&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="empty-achievement-list" alt="empty-achievement-list" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_empty-achievement-list.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-240" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/enter-the-rainbow.png" title="&lt;b&gt;enter-the-rainbow&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="enter-the-rainbow" alt="enter-the-rainbow" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_enter-the-rainbow.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-241" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/entrenched.png" title="&lt;b&gt;entrenched&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="entrenched" alt="entrenched" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_entrenched.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-242" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/extra-ball.png" title="&lt;b&gt;extra-ball&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="extra-ball" alt="extra-ball" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_extra-ball.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-243" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/extraordinary-score-bonus.png" title="&lt;b&gt;extraordinary-score-bonus&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="extraordinary-score-bonus" alt="extraordinary-score-bonus" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_extraordinary-score-bonus.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-244" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/eye-of-the-storm.png" title="&lt;b&gt;eye-of-the-storm&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="eye-of-the-storm" alt="eye-of-the-storm" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_eye-of-the-storm.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-245" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/fasten-your-seatbelts.png" title="&lt;b&gt;fasten-your-seatbelts&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="fasten-your-seatbelts" alt="fasten-your-seatbelts" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_fasten-your-seatbelts.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-246" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/fastest-level-finish-leaderboard.png" title="&lt;b&gt;fastest-level-finish-leaderboard&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="fastest-level-finish-leaderboard" alt="fastest-level-finish-leaderboard" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_fastest-level-finish-leaderboard.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-247" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/fire-ball-bonus-hint.png" title="&lt;b&gt;fire-ball-bonus-hint&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="fire-ball-bonus-hint" alt="fire-ball-bonus-hint" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_fire-ball-bonus-hint.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-248" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/fire-ball-is-getting-hot.png" title="&lt;b&gt;fire-ball-is-getting-hot&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="fire-ball-is-getting-hot" alt="fire-ball-is-getting-hot" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_fire-ball-is-getting-hot.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-249" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/fire-bricks-fun.png" title="&lt;b&gt;fire-bricks-fun&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="fire-bricks-fun" alt="fire-bricks-fun" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_fire-bricks-fun.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-250" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/fire-levels.png" title="&lt;b&gt;fire-levels&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="fire-levels" alt="fire-levels" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_fire-levels.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-251" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/first-steps-on-the-rainbow.png" title="&lt;b&gt;first-steps-on-the-rainbow&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="first-steps-on-the-rainbow" alt="first-steps-on-the-rainbow" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_first-steps-on-the-rainbow.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-252" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/flower-power.png" title="&lt;b&gt;flower-power&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="flower-power" alt="flower-power" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_flower-power.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-253" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/force-your-way.png" title="&lt;b&gt;force-your-way&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="force-your-way" alt="force-your-way" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_force-your-way.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-254" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/get-outta-my-way.png" title="&lt;b&gt;get-outta-my-way&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="get-outta-my-way" alt="get-outta-my-way" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_get-outta-my-way.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-255" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/gimme-speed.png" title="&lt;b&gt;gimme-speed&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="gimme-speed" alt="gimme-speed" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_gimme-speed.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-256" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/grin.png" title="&lt;b&gt;grin&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="grin" alt="grin" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_grin.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-257" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/happily-trashing-blocks-away.png" title="&lt;b&gt;happily-trashing-blocks-away&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="happily-trashing-blocks-away" alt="happily-trashing-blocks-away" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_happily-trashing-blocks-away.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-258" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/heat.png" title="&lt;b&gt;heat&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="heat" alt="heat" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_heat.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-259" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/high-score-ball.png" title="&lt;b&gt;high-score-ball&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="high-score-ball" alt="high-score-ball" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_high-score-ball.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-260" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/high-speed-panel.png" title="&lt;b&gt;high-speed-panel&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="high-speed-panel" alt="high-speed-panel" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_high-speed-panel.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-261" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/highest-score.png" title="&lt;b&gt;highest-score&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="highest-score" alt="highest-score" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_highest-score.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-262" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/hit.png" title="&lt;b&gt;hit&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="hit" alt="hit" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_hit.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-263" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/hot-as-hell.png" title="&lt;b&gt;hot-as-hell&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="hot-as-hell" alt="hot-as-hell" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_hot-as-hell.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-264" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/instructions.png" title="&lt;b&gt;instructions&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="instructions" alt="instructions" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_instructions.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-265" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/interstellar-travels.png" title="&lt;b&gt;interstellar-travels&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="interstellar-travels" alt="interstellar-travels" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_interstellar-travels.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-266" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/large-speed-panel.png" title="&lt;b&gt;large-speed-panel&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="large-speed-panel" alt="large-speed-panel" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_large-speed-panel.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-267" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/laser-panel-bonus-achievements.png" title="&lt;b&gt;laser-panel-bonus-achievements&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="laser-panel-bonus-achievements" alt="laser-panel-bonus-achievements" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_laser-panel-bonus-achievements.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-268" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/laser-panel-for-the-win.png" title="&lt;b&gt;&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="laser-panel-for-the-win" alt="laser-panel-for-the-win" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_laser-panel-for-the-win.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-269" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/malus-orbs-everywhere.png" title="&lt;b&gt;malus-orbs-everywhere&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="malus-orbs-everywhere" alt="malus-orbs-everywhere" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_malus-orbs-everywhere.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-270" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/melting-pot.png" title="&lt;b&gt;melting-pot&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="melting-pot" alt="melting-pot" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_melting-pot.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-271" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/mu-mu-mu-multiball.png" title="&lt;b&gt;mu-mu-mu-multiball&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="mu-mu-mu-multiball" alt="mu-mu-mu-multiball" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_mu-mu-mu-multiball.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-272" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/multiple-speedy-score-balls.png" title="&lt;b&gt;multiple-speedy-score-balls&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="multiple-speedy-score-balls" alt="multiple-speedy-score-balls" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_multiple-speedy-score-balls.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-273" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/nebula-levels.png" title="&lt;b&gt;nebula-levels&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="nebula-levels" alt="nebula-levels" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_nebula-levels.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-274" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/needing-some-more-time.png" title="&lt;b&gt;&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="needing-some-more-time" alt="needing-some-more-time" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_needing-some-more-time.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-275" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/never-give-up.png" title="&lt;b&gt;never-give-up&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="never-give-up" alt="never-give-up" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_never-give-up.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-276" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/no-time-to-lose.png" title="&lt;b&gt;no-time-to-lose&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="no-time-to-lose" alt="no-time-to-lose" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_no-time-to-lose.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-277" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/not-all-collectibles-are-good-for-you.png" title="&lt;b&gt;not-all-collectibles-are-good-for-you&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="not-all-collectibles-are-good-for-you" alt="not-all-collectibles-are-good-for-you" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_not-all-collectibles-are-good-for-you.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-278" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/one-well-placed-hit.png" title="&lt;b&gt;one-well-placed-hit&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="one-well-placed-hit" alt="one-well-placed-hit" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_one-well-placed-hit.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-279" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/opening-the-surprise-box.png" title="&lt;b&gt;opening-the-surprise-box&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="opening-the-surprise-box" alt="opening-the-surprise-box" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_opening-the-surprise-box.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-280" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/options-screen.png" title="&lt;b&gt;options-screen&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="options-screen" alt="options-screen" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_options-screen.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-281" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/plenty-of-blocks-awaiting-us.png" title="&lt;b&gt;plenty-of-blocks-awaiting-us&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="plenty-of-blocks-awaiting-us" alt="plenty-of-blocks-awaiting-us" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_plenty-of-blocks-awaiting-us.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-282" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/powers-of-the-star-road.png" title="&lt;b&gt;powers-of-the-star-road&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="powers-of-the-star-road" alt="powers-of-the-star-road" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_powers-of-the-star-road.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-283" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/proudly-post-your-achievements.png" title="&lt;b&gt;proudly-post-your-achievements&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="proudly-post-your-achievements" alt="proudly-post-your-achievements" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_proudly-post-your-achievements.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-284" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/pull-here.png" title="&lt;b&gt;pull-here&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="pull-here" alt="pull-here" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_pull-here.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-285" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/pull-the-spring.png" title="&lt;b&gt;pull-the-spring&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="pull-the-spring" alt="pull-the-spring" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_pull-the-spring.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-286" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/pyro-maniac-achievement-earned.png" title="&lt;b&gt;pyro-maniac-achievement-earned&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="pyro-maniac-achievement-earned" alt="pyro-maniac-achievement-earned" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_pyro-maniac-achievement-earned.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-287" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/rainbow-levels.png" title="&lt;b&gt;rainbow-levels&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="rainbow-levels" alt="rainbow-levels" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_rainbow-levels.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-288" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/score-ball-bonus-achievements.png" title="&lt;b&gt;score-ball-bonus-achievements&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="score-ball-bonus-achievements" alt="score-ball-bonus-achievements" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_score-ball-bonus-achievements.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-289" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/score-gathering.png" title="&lt;b&gt;score-gathering&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="score-gathering" alt="score-gathering" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_score-gathering.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-290" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/shake-it-up.png" title="&lt;b&gt;shake-it-up&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="shake-it-up" alt="shake-it-up" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_shake-it-up.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-291" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/sharp-shooter-achievement-completed.png" title="&lt;b&gt;sharp-shooter-achievement-completed&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="sharp-shooter-achievement-completed" alt="sharp-shooter-achievement-completed" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_sharp-shooter-achievement-completed.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-292" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/shiny-little-surprise-boxes.png" title="&lt;b&gt;shiny-little-surprise-boxes&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="shiny-little-surprise-boxes" alt="shiny-little-surprise-boxes" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_shiny-little-surprise-boxes.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-293" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/should-we.png" title="&lt;b&gt;should-we&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="should-we" alt="should-we" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_should-we.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-294" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/sick-and-small-panel-things-are-getting-harder.png" title="&lt;b&gt;sick-and-small-panel-things-are-getting-harder&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="sick-and-small-panel-things-are-getting-harder" alt="sick-and-small-panel-things-are-getting-harder" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_sick-and-small-panel-things-are-getting-harder.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-295" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/sick-laser-action.png" title="&lt;b&gt;sick-laser-action&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="sick-laser-action" alt="sick-laser-action" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_sick-laser-action.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-296" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/size-does-matter.png" title="&lt;b&gt;size-does-matter&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="size-does-matter" alt="size-does-matter" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_size-does-matter.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-297" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/snail-pace.png" title="&lt;b&gt;snail-pace&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="snail-pace" alt="snail-pace" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_snail-pace.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-298" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/speedy-demolisher.png" title="&lt;b&gt;speedy-demolisher&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="speedy-demolisher" alt="speedy-demolisher" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_speedy-demolisher.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-299" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/stacking-boni-action.png" title="&lt;b&gt;&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="stacking-boni-action" alt="stacking-boni-action" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_stacking-boni-action.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-300" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/star-road-introduction.png" title="&lt;b&gt;star-road-introduction&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="star-road-introduction" alt="star-road-introduction" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_star-road-introduction.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-301" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/supreme-firepower.png" title="&lt;b&gt;supreme-firepower&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="supreme-firepower" alt="supreme-firepower" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_supreme-firepower.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-302" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/surprise-box-help.png" title="&lt;b&gt;surprise-box-help&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="surprise-box-help" alt="surprise-box-help" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_surprise-box-help.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-303" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/swing-into-play.png" title="&lt;b&gt;swing-into-play&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="swing-into-play" alt="swing-into-play" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_swing-into-play.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-304" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/the-bomb-gets-angry.png" title="&lt;b&gt;the-bomb-gets-angry&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="the-bomb-gets-angry" alt="the-bomb-gets-angry" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_the-bomb-gets-angry.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-305" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/theme-finishing-leaderboard.png" title="&lt;b&gt;&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="theme-finishing-leaderboard" alt="theme-finishing-leaderboard" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_theme-finishing-leaderboard.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-306" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/there-we-go.png" title="&lt;b&gt;there-we-go&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="there-we-go" alt="there-we-go" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_there-we-go.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-307" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/things-are-getting-faster.png" title="&lt;b&gt;things-are-getting-faster&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="things-are-getting-faster" alt="things-are-getting-faster" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_things-are-getting-faster.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-308" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/too-many-balls-on-fire.png" title="&lt;b&gt;too-many-balls-on-fire&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="too-many-balls-on-fire" alt="too-many-balls-on-fire" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_too-many-balls-on-fire.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-309" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/top-scorers.png" title="&lt;b&gt;top-scorers&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="top-scorers" alt="top-scorers" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_top-scorers.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-310" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/treasure-achievements.png" title="&lt;b&gt;treasure-achievements&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="treasure-achievements" alt="treasure-achievements" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_treasure-achievements.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-311" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/upside-down.png" title="&lt;b&gt;upside-down&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="upside-down" alt="upside-down" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_upside-down.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-312" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/vanishing-slowly.png" title="&lt;b&gt;vanishing-slowly&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="vanishing-slowly" alt="vanishing-slowly" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_vanishing-slowly.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-313" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/when-danger-surrounds-you.png" title="&lt;b&gt;when-danger-surrounds-you&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="when-danger-surrounds-you" alt="when-danger-surrounds-you" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_when-danger-surrounds-you.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-314" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/working-hard-to-beat-those-blocks.png" title="&lt;b&gt;working-hard-to-beat-those-blocks&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="working-hard-to-beat-those-blocks" alt="working-hard-to-beat-those-blocks" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_working-hard-to-beat-those-blocks.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-315" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/wormhole-spit-out.png" title="&lt;b&gt;wormhole-spit-out&lt;/b&gt;&lt;br/&gt;
&lt;a href=&quot;http://action-block-buster.com&quot;&gt;Action Block Buster&lt;/a&gt; is a fun Breakout-style game for the iPhone. Colorful high-resolution 3D graphics, physics-based collisions and unique features like the 360° panel touch-motion make this game stand out from the crowd.

Expect
* three worlds to explore, each one with its own twists
* high-resolution (retina) 3D graphics
* intuitive 360° touch-motion
* physics-computed collision chains
* global highscores and achievements
* in-game help - no RTFM needed
* game center support
* graceful quality adjustment on older devices" class="thickbox" rel="set_16" >
								<img title="wormhole-spit-out" alt="wormhole-spit-out" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-pre-release-screens/thumbs/thumbs_wormhole-spit-out.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

<br />
<div class="note"><div class="noteclassic">The pictures shown here are also featured on the game&#8217;s dedicated screenshot page: <a href="http://nocturnsoft.com/devblog/?page_id=2771">Action Block Buster screenshot pack II</a>.<br />
</div></div></p>
]]></content:encoded>
			<wfw:commentRss>http://nocturnsoft.com/devblog/?feed=rss2&#038;p=2448</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>create your own game sounds in zero time!</title>
		<link>http://nocturnsoft.com/devblog/?p=1251&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-your-own-game-sounds-in-zero-time</link>
		<comments>http://nocturnsoft.com/devblog/?p=1251#comments</comments>
		<pubDate>Thu, 22 Dec 2011 01:48:11 +0000</pubDate>
		<dc:creator>nsiomos</dc:creator>
				<category><![CDATA[sound creation]]></category>

		<guid isPermaLink="false">http://nocturnsoft.com/devblog/?p=1251</guid>
		<description><![CDATA[Yes, even media creation can sometimes be as easy as clicking on a button. What am I talking about? Bfxr! &#160; &#160; &#160; The Bfxr website is a gem when it comes to creating one&#8217;s own sound effects. Just click on one of the available category buttons at the upper left corner and the website [...]<br/><a href='http://nocturnsoft.com/devblog/?p=1251'><img id='read-more' src='http://nocturnsoft.com/devblog/wp-content/themes/bitstream/images/read-more.png'></img></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, even media creation can sometimes be as easy as clicking on a button. What am I talking about? <a href="http://www.bfxr.net/">Bfxr</a>!<span id="more-1251"></span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
<p><a href="http://nocturnsoft.com/devblog/?attachment_id=1264" rel="attachment wp-att-1264"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2011/08/bfxr-57x64.png" alt="" width="57" height="64" class="alignleft size-thumbnail wp-image-1264" /></a><a href="http://www.bfxr.net/">The Bfxr website</a> is a gem when it comes to creating one&#8217;s own sound effects. Just click on one of the available category buttons at the upper left corner and the website creates a sound effect for you. Now click repeatedly for several variations of that sound till you&#8217;re satisfied with the results. At last, press the <code>Export Wav</code> button and the auto-generated sound effect is available for download. That&#8217;s it!</p>
<p>While <a href="http://www.bfxr.net/">Bfxr</a> won&#8217;t be the solution for all your sound effect needs, you&#8217;ll get surprisingly good results for game-relevant categories (powerpus, collectibles, explosions, weapons&#8230;) really fast. The site&#8217;s auto-generation of sounds is especially suited for those who find it difficult to describe a sound effect technically, but instead know which is the right sound once they hear it. But the site is not limited to rapid sound creation: The technically adept sound designer may also use the various offered waveforms, envelopes and filters for synthesizing, mixing and fine-tuning custom sounds.</p>
<p>As a side-note: Several sound effects of our breakout-style iPhone game <a href="http://action-block-buster.com">Action Block Buster</a> were created using <a href="http://www.bfxr.net/">Bfxr</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://nocturnsoft.com/devblog/?feed=rss2&#038;p=1251</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bevelling with blender 2.5</title>
		<link>http://nocturnsoft.com/devblog/?p=2203&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bevelling-with-blender-2-5</link>
		<comments>http://nocturnsoft.com/devblog/?p=2203#comments</comments>
		<pubDate>Sat, 12 Nov 2011 04:06:46 +0000</pubDate>
		<dc:creator>nsiomos</dc:creator>
				<category><![CDATA[3d graphics creation]]></category>
		<category><![CDATA[blender]]></category>

		<guid isPermaLink="false">http://nocturnsoft.com/devblog/?p=2203</guid>
		<description><![CDATA[The first thing one probably notices when comparing Blender 2.5 to previous versions is the majorly improved user interface. Unfortunately, after working a bit with it, one also notices that not all features have been ported over to the new version yet. At the time of writing, one of the missing features is bevelling. But [...]<br/><a href='http://nocturnsoft.com/devblog/?p=2203'><img id='read-more' src='http://nocturnsoft.com/devblog/wp-content/themes/bitstream/images/read-more.png'></img></a>]]></description>
			<content:encoded><![CDATA[<p>The first thing one probably notices when comparing Blender 2.5 to previous versions is the majorly improved user interface. Unfortunately, after working a bit with it, one also notices that not all features have been ported over to the new version yet. At the time of writing, one of the missing features is bevelling. But at least there&#8217;s a workaround&#8230;<span id="more-2203"></span></p>
<p><div class="note"><div class="noteclassic">Used software versions</p>
<ul>
<li>
<strong>Blender</strong>: 2.59
</li>
</ul>
<p></div></div></p>
<p><a href="http://nocturnsoft.com/devblog/?attachment_id=2220" rel="attachment wp-att-2220"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2011/10/blender-edge-tools-with-missing-bevel-options-64x45.png" alt="" width="64" height="45" class="alignleft size-thumbnail wp-image-2220" /></a><a href="http://nocturnsoft.com/devblog/?attachment_id=2221" rel="attachment wp-att-2221"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2011/10/blender-bevel-modifier-select-edges-by-weight-64x45.png" alt="" width="64" height="45" class="alignleft size-thumbnail wp-image-2221" /></a>The <code>Specials</code> menu (accessible by pressing <code>w</code>) in Blender 2.5 is missing its <code>Bevel</code> entry, and assigning bevel weights to edges is also not possible. As matters stand now, your only option for bevelling an edge is to use the non-destructive bevel modifier, which, in the absence of bevel weights, will always act on all edges of your mesh. So, let&#8217;s do something about it: </p>
<p><strong>Download the edge_tools.py script:</strong> Josh Wedlake has written a Blender addon script which adds the <code>Bevel</code> option to the <code>Specials</code> menu and several other options for setting bevel weights to the edge tools &#8211; which is exactly what we need! </p>
<ul>
<li>
Access the script either from Josh&#8217;s <a href="http://tube.freefac.org/post/edge-tools-expanded">blog post</a> or get directly to its source code location <a href="http://www.pasteall.org/19308/python">here</a>.<br />
&nbsp;
</li>
<li>
<a href="http://nocturnsoft.com/devblog/?attachment_id=2238" rel="attachment wp-att-2238"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2011/10/copy-edge-tools-script-correctly-64x42.png" alt="" width="64" height="42" class="alignleft size-thumbnail wp-image-2238" /></a>Copy the script&#8217;s source code to your clipboard by clicking on the <code>copy to clipboard</code> icon located in the upper right corner.<br />
&nbsp;<br />
<div class="note"><div class="notewarning">Using the page&#8217;s <code>copy to clipboard</code> function is recommended to ensure that the code is copied as-is, as the script is written in python, and python is picky about tabs and spaces.<br />
</div></div>
</li>
<li>
Create a file named <code>edge_tools.py</code> in Blender&#8217;s addons folder (on Windows, it is located under <code>C:\Program Files\Blender Foundation\Blender\2.59\scripts\addons</code>) and paste the script&#8217;s code from the clipboard there.
</li>
</ul>
<p><strong>Enable the addon:</strong> At last, we need to tell Blender explicitly that we&#8217;d like to use the new addon.</p>
<ul>
<li>
<a href="http://nocturnsoft.com/devblog/?attachment_id=2245" rel="attachment wp-att-2245"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2011/10/blender-select-user-preferences-64x48.png" alt="" width="64" height="48" class="alignleft size-thumbnail wp-image-2245" /></a>Within Blender, open the <code>User Preferences</code> view.<br />
&nbsp;<br />
&nbsp;
</li>
<li>
In the <code>User Preferences</code> view select the <code>Add-Ons</code> tab and afterwards the <code>Mesh</code> category to list all mesh related addons.<br />
&nbsp;
</li>
<li>
<a href="http://nocturnsoft.com/devblog/?attachment_id=2248" rel="attachment wp-att-2248"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2011/10/blender-enable-edge-tools-addon-64x48.png" alt="" width="64" height="48" class="alignleft size-thumbnail wp-image-2248" /></a>Look out for the entry called <code>Mesh: Edge_Tools</code>, which represents our <code>edge_tools</code> script, and click on its checkbox to enable it.
</li>
</ul>
<p>&nbsp;<br />
&nbsp;<br />
<a href="http://nocturnsoft.com/devblog/?attachment_id=2312" rel="attachment wp-att-2312"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2011/10/blender-specials-menu-gets-bevel-64x47.png" alt="" width="64" height="47" class="alignleft size-thumbnail wp-image-2312" /></a><a href="http://nocturnsoft.com/devblog/?attachment_id=2265" rel="attachment wp-att-2265"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2011/10/blender-edge-tools-with-bevel-64x48.png" alt="" width="64" height="48" class="alignleft size-thumbnail wp-image-2265" /></a>That&#8217;s it. The <code>Specials</code> menu now offers <code>Bevel</code>, and the edge tools menu is given the following additional options: <code>Set Bevel Weight</code>, <code>Average Bevel Weights</code> and <code>Average Edge Creases</code>. Happy modelling!</p>
]]></content:encoded>
			<wfw:commentRss>http://nocturnsoft.com/devblog/?feed=rss2&#038;p=2203</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>action block buster gui screenshots</title>
		<link>http://nocturnsoft.com/devblog/?p=1914&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=action-block-buster-gui-screenshots</link>
		<comments>http://nocturnsoft.com/devblog/?p=1914#comments</comments>
		<pubDate>Tue, 18 Oct 2011 22:08:10 +0000</pubDate>
		<dc:creator>nsiomos</dc:creator>
				<category><![CDATA[action block buster]]></category>

		<guid isPermaLink="false">http://nocturnsoft.com/devblog/?p=1914</guid>
		<description><![CDATA[Previous posts focussed on screenshots of game levels and in-game action in general. To round out the image of our Breakout-style iPhone game, we hereby release screenshots that will give more emphasis on the game&#8217;s user interface: The title screen, level selection, various help hanels and much more&#8230; &#160; &#160; Here they are: The Action [...]<br/><a href='http://nocturnsoft.com/devblog/?p=1914'><img id='read-more' src='http://nocturnsoft.com/devblog/wp-content/themes/bitstream/images/read-more.png'></img></a>]]></description>
			<content:encoded><![CDATA[<p>Previous posts focussed on screenshots of game levels and in-game action in general. To round out the image of our <a href="http://action-block-buster.com">Breakout-style iPhone game</a>, we hereby release screenshots that will give more emphasis on the game&#8217;s user interface: The title screen, level selection, various help hanels and much more&#8230;<span id="more-1914"></span><br />
&nbsp;<br />
&nbsp;<br />
Here they are: The <a href="http://action-block-buster.com">Action Block Buster</a> user interface screenshots showing up the</p>
<ul>
<li>
Title
</li>
<li>
Options
</li>
<li>
Level Selection
</li>
<li>
Leaderboards
</li>
<li>
Achievements
</li>
</ul>
<p>scenes in action as well as various panels that display gameplay hints (and sometimes just display some funny nonsense &#8212; like on the Game Over screens ;D).<br />

<div class="ngg-galleryoverview" id="ngg-gallery-15-1914">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-175" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/1-action-block-buster-title.png" title=" " class="thickbox" rel="set_15" >
								<img title="1-action-block-buster-title" alt="1-action-block-buster-title" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_1-action-block-buster-title.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-176" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/achievements-locked.png" title=" " class="thickbox" rel="set_15" >
								<img title="achievements-locked" alt="achievements-locked" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_achievements-locked.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-177" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/activate-cheat.png" title=" " class="thickbox" rel="set_15" >
								<img title="activate-cheat" alt="activate-cheat" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_activate-cheat.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-178" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/bonus-block-ingame-help.png" title=" " class="thickbox" rel="set_15" >
								<img title="bonus-block-ingame-help" alt="bonus-block-ingame-help" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_bonus-block-ingame-help.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-179" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/facebook-and-twitter-your-achievements.png" title=" " class="thickbox" rel="set_15" >
								<img title="facebook-and-twitter-your-achievements" alt="facebook-and-twitter-your-achievements" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_facebook-and-twitter-your-achievements.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-180" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/fire-starter-achievement-unlocked.png" title=" " class="thickbox" rel="set_15" >
								<img title="fire-starter-achievement-unlocked" alt="fire-starter-achievement-unlocked" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_fire-starter-achievement-unlocked.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-181" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/fire-world-ingame-help.png" title=" " class="thickbox" rel="set_15" >
								<img title="fire-world-ingame-help" alt="fire-world-ingame-help" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_fire-world-ingame-help.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-182" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/game-over-messages.png" title=" " class="thickbox" rel="set_15" >
								<img title="game-over-messages" alt="game-over-messages" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_game-over-messages.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-183" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/hints-while-loading.png" title=" " class="thickbox" rel="set_15" >
								<img title="hints-while-loading" alt="hints-while-loading" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_hints-while-loading.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-184" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/ingame-help-on-angry-bombs.png" title=" " class="thickbox" rel="set_15" >
								<img title="ingame-help-on-angry-bombs" alt="ingame-help-on-angry-bombs" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_ingame-help-on-angry-bombs.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-185" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-1-high-score.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-1-high-score" alt="leaderboards-1-high-score" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-1-high-score.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-186" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-10-fastest-level-finish.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-10-fastest-level-finish" alt="leaderboards-10-fastest-level-finish" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-10-fastest-level-finish.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-187" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-11-fastest-nebula-game-finish.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-11-fastest-nebula-game-finish" alt="leaderboards-11-fastest-nebula-game-finish" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-11-fastest-nebula-game-finish.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-188" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-12-fastest-fire-game-finish.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-12-fastest-fire-game-finish" alt="leaderboards-12-fastest-fire-game-finish" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-12-fastest-fire-game-finish.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-189" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-13-fastest-rainbow-game-finish.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-13-fastest-rainbow-game-finish" alt="leaderboards-13-fastest-rainbow-game-finish" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-13-fastest-rainbow-game-finish.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-190" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-2-most-extra-balls.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-2-most-extra-balls" alt="leaderboards-2-most-extra-balls" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-2-most-extra-balls.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-191" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-3-most-hits-in-a-row.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-3-most-hits-in-a-row" alt="leaderboards-3-most-hits-in-a-row" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-3-most-hits-in-a-row.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-192" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-4-most-hits-at-once.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-4-most-hits-at-once" alt="leaderboards-4-most-hits-at-once" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-4-most-hits-at-once.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-193" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-5-total-blocks-destroyed.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-5-total-blocks-destroyed" alt="leaderboards-5-total-blocks-destroyed" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-5-total-blocks-destroyed.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-194" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-6-total-bonus-blocks.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-6-total-bonus-blocks" alt="leaderboards-6-total-bonus-blocks" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-6-total-bonus-blocks.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-195" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-7-longest-bonus-block-chain.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-7-longest-bonus-block-chain" alt="leaderboards-7-longest-bonus-block-chain" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-7-longest-bonus-block-chain.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-196" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-8-total-collected-bonus-orbs.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-8-total-collected-bonus-orbs" alt="leaderboards-8-total-collected-bonus-orbs" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-8-total-collected-bonus-orbs.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-197" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/leaderboards-9-totoal-collected-malus-orbs.png" title=" " class="thickbox" rel="set_15" >
								<img title="leaderboards-9-totoal-collected-malus-orbs" alt="leaderboards-9-totoal-collected-malus-orbs" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_leaderboards-9-totoal-collected-malus-orbs.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-198" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/level-completed.png" title=" " class="thickbox" rel="set_15" >
								<img title="level-completed" alt="level-completed" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_level-completed.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-199" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/level-selec-screen-fire.png" title=" " class="thickbox" rel="set_15" >
								<img title="level-selec-screen-fire" alt="level-selec-screen-fire" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_level-selec-screen-fire.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-200" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/level-select-screen-nebula.png" title=" " class="thickbox" rel="set_15" >
								<img title="level-select-screen-nebula" alt="level-select-screen-nebula" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_level-select-screen-nebula.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-201" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/level-select-screen-rainbow.png" title=" " class="thickbox" rel="set_15" >
								<img title="level-select-screen-rainbow" alt="level-select-screen-rainbow" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_level-select-screen-rainbow.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-202" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/options-screen.png" title=" " class="thickbox" rel="set_15" >
								<img title="options-screen" alt="options-screen" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_options-screen.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-203" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/quit-current-level.png" title=" " class="thickbox" rel="set_15" >
								<img title="quit-current-level" alt="quit-current-level" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_quit-current-level.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-204" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/reset-game-state.png" title=" " class="thickbox" rel="set_15" >
								<img title="reset-game-state" alt="reset-game-state" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_reset-game-state.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-205" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/running-man-achievement-unlocked.png" title=" " class="thickbox" rel="set_15" >
								<img title="running-man-achievement-unlocked" alt="running-man-achievement-unlocked" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_running-man-achievement-unlocked.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-206" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/selected-fire-level-7.png" title=" " class="thickbox" rel="set_15" >
								<img title="selected-fire-level-7" alt="selected-fire-level-7" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_selected-fire-level-7.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-207" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/sick-panel-hint-while-loading.png" title=" " class="thickbox" rel="set_15" >
								<img title="sick-panel-hint-while-loading" alt="sick-panel-hint-while-loading" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_sick-panel-hint-while-loading.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-208" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/the-levels-are-locked.png" title=" " class="thickbox" rel="set_15" >
								<img title="the-levels-are-locked" alt="the-levels-are-locked" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_the-levels-are-locked.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-209" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/there-are-cheaters-everywhere.png" title=" " class="thickbox" rel="set_15" >
								<img title="there-are-cheaters-everywhere" alt="there-are-cheaters-everywhere" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_there-are-cheaters-everywhere.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-210" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/when-even-chuck-norris-cant-help.png" title=" " class="thickbox" rel="set_15" >
								<img title="when-even-chuck-norris-cant-help" alt="when-even-chuck-norris-cant-help" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_when-even-chuck-norris-cant-help.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-211" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/wormholes-ingame-help.png" title=" " class="thickbox" rel="set_15" >
								<img title="wormholes-ingame-help" alt="wormholes-ingame-help" src="http://nocturnsoft.com/devblog/wp-content/gallery/action-block-buster-gui-screenshots/thumbs/thumbs_wormholes-ingame-help.png" width="96" height="64" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

</p>
]]></content:encoded>
			<wfw:commentRss>http://nocturnsoft.com/devblog/?feed=rss2&#038;p=1914</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>get rid of file size limits in wordpress</title>
		<link>http://nocturnsoft.com/devblog/?p=2033&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=get-rid-of-file-size-limits-in-wordpress</link>
		<comments>http://nocturnsoft.com/devblog/?p=2033#comments</comments>
		<pubDate>Sat, 01 Oct 2011 22:24:52 +0000</pubDate>
		<dc:creator>nsiomos</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nocturnsoft.com/devblog/?p=2033</guid>
		<description><![CDATA[A quick howto for getting past the 2 MB limit and uploading big files into the WordPress media library. &#160; &#160; &#160; &#160; In its default configuration, the WordPress media library may present you the hint that your maximal upload size is just 2 MB (seen when clicking on Media &#62; Add New within the [...]<br/><a href='http://nocturnsoft.com/devblog/?p=2033'><img id='read-more' src='http://nocturnsoft.com/devblog/wp-content/themes/bitstream/images/read-more.png'></img></a>]]></description>
			<content:encoded><![CDATA[<p>A quick howto for getting past the 2 MB limit and uploading big files into the WordPress media library.<span id="more-2033"></span><br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
<a href="http://nocturnsoft.com/devblog/?attachment_id=2036" rel="attachment wp-att-2036"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2011/09/wordpress-media-library-file-limit-before-64x32.png" alt="" width="64" height="32" class="alignleft size-thumbnail wp-image-2036" /></a>In its default configuration, the WordPress media library may present you the hint that your maximal upload size is just 2 MB (seen when clicking on <code>Media</code> &gt; <code>Add New</code> within the dashboard). Although the message assumes the file size limit is a WordPress config parameter, in fact it is not. The limitation is posed by PHP, and thus, we need to tell PHP to relax its upload restrictions in one of the following ways:</p>
<ul>
<li>
<strong>Edit the PHP configuration</strong>: Either adjust the <code>upload_max_filesize</code> and <code>post_max_size</code> values in the server&#8217;s <code>php.ini</code> (usually located within the <code>/etc/php</code> or <code>/etc/php5</code> directory) directly, or, if you are using PHP 5.3.0 or higher, place a file named <code>.user.ini</code> with following content into your WordPress blog&#8217;s root directoy:</p>
<pre class="brush: php; title: ;">
; Limits upload file size to 100 MB
upload_max_filesize = 100M
post_max_size = 100M
</pre>
<p>You will need to restart your web server for these changes to take effect. In case you are using Apache as your web server, a graceful reload (avoids interruption of currently processing requests) suffices:</p>
<pre class="brush: bash; title: ;">
#&gt; /etc/init.d/apache2 reload
</pre>
<p><div class="note"><div class="notewarning">When editing the server&#8217;s <code>php.ini</code> file, you&#8217;ll be changing the behavior of all PHP applications, and not just for your WordPress blog. Depending on your situation, this may or may not be what you want.<br />
</div></div><br />
&nbsp;
</li>
<li>
<strong>Use htaccess overrides</strong>: When PHP is configured as an Apache module, you may place a file named <code>.htacess</code> with following content into your WordPress blog&#8217;s root directoy:</p>
<pre class="brush: php; title: ;">
# Limits upload file size to 100 MB
php_value upload_max_filesize 100M
php_value post_max_size 100M
</pre>
<p>Restarting Apache is not necessary here. Just hit the browser&#8217;s reload button on the WordPress media library page to see the new values in effect.
</li>
</ul>
<p>Either way, as a result, the WordPress media library should be able to accept much larger files now:<br />
&nbsp;<br />
<a href="http://nocturnsoft.com/devblog/?attachment_id=2058" rel="attachment wp-att-2058"><img src="http://nocturnsoft.com/devblog/wp-content/uploads/2011/09/wordpress-media-library-file-limit-after1.png" alt="" width="622" height="311" class="aligncenter size-full wp-image-2058" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nocturnsoft.com/devblog/?feed=rss2&#038;p=2033</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

