<?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/"
	>

<channel>
	<title>KamiCrazy Development</title>
	<atom:link href="http://kamicrazy.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://kamicrazy.com/blog</link>
	<description>iPhone Game development blog</description>
	<pubDate>Wed, 21 Jan 2009 17:22:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reviews still coming&#8230;</title>
		<link>http://kamicrazy.com/blog/?p=115</link>
		<comments>http://kamicrazy.com/blog/?p=115#comments</comments>
		<pubDate>Wed, 21 Jan 2009 17:20:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kamicrazy.com/blog/?p=115</guid>
		<description><![CDATA[Web sites are still finding time to review KamiCrazy, with the latest being AppCraver that has given it a glowing 8/10.
Some quotes that we liked from the review:
&#8220;KamiCrazy is a great puzzle game that capitalizes on the finger-swiping ability of the iPhone/iPod touch&#8221;
&#8220;Graphics were excellent and made the game a pleasure to look at while [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_116" class="wp-caption alignleft" style="width: 160px"><a href="http://www.appcraver.com/kamicrazy-iphone/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.appcraver.com/kamicrazy-iphone/');" target="_blank"><img class="size-thumbnail wp-image-116" title="AppCraver Review" src="http://kamicrazy.com/blog/wp-content/uploads/2009/01/appcraver-150x150.png" alt="KamiCrazy Review" width="150" height="150" /></a><p class="wp-caption-text">KamiCrazy Review</p></div></p>
<p>Web sites are still finding time to review KamiCrazy, with the latest being <a title="KamiCrazy Review" href="http://www.appcraver.com/kamicrazy-iphone/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.appcraver.com/kamicrazy-iphone/');" target="_blank">AppCraver </a>that has given it a glowing <strong>8/10</strong>.</p>
<p>Some quotes that we liked from the review:<br />
<em>&#8220;KamiCrazy is a great puzzle game that capitalizes on the finger-swiping ability of the iPhone/iPod touch&#8221;<br />
&#8220;Graphics were excellent and made the game a pleasure to look at while playing. Overall, KamiCrazy is a great challenge and was a nice mix between the puzzle and platform genres.&#8221;</em></p>
<p>If you spot any other new reviews then please let us know&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://kamicrazy.com/blog/?feed=rss2&amp;p=115</wfw:commentRss>
		</item>
		<item>
		<title>Level &amp; Terrain Development</title>
		<link>http://kamicrazy.com/blog/?p=99</link>
		<comments>http://kamicrazy.com/blog/?p=99#comments</comments>
		<pubDate>Thu, 08 Jan 2009 19:35:31 +0000</pubDate>
		<dc:creator>theraz0r</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[art]]></category>

		<guid isPermaLink="false">http://kamicrazy.com/blog/?p=99</guid>
		<description><![CDATA[Due to the high number of levels and the amount of tuning needed for each level to get the gameplay right we decided to opt for a automated level-terrain system that did not need to be hand drawn in order to save development time and allow us to effortlessly add more levels. We also needed the [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_111" class="wp-caption alignright" style="width: 160px"><img class="size-thumbnail wp-image-111" title="Hand Drawn Terrain" src="http://kamicrazy.com/blog/wp-content/uploads/2009/01/terrain_baked1-150x150.png" alt="Hand Drawn Terrain" width="150" height="150" /><p class="wp-caption-text">Hand Drawn Terrain</p></div></p>
<p>Due to the high number of levels and the amount of tuning needed for each level to get the gameplay right we decided to opt for a automated level-terrain system that did not need to be hand drawn in order to save development time and allow us to effortlessly add more levels. We also needed the terrain to stand out so that player could clearly see where the Kami&#8217;s can run but still keeping the terrain in a style that would match the hand drawn art over a large number of levels.</p>
<p><div id="attachment_110" class="wp-caption alignleft" style="width: 160px"><img class="size-thumbnail wp-image-110" title="Toon Shading" src="http://kamicrazy.com/blog/wp-content/uploads/2009/01/terrainmod1-150x150.png" alt="Toon Shading" width="150" height="150" /><p class="wp-caption-text">Toon Shading Filter</p></div></p>
<p>So we opted for a solution where we use a paint program to draw a simple 2D mask where we want the terrain as shown to the right. The game then automatically creates shapes from this mask, adding edges and cracks to give a 3D effect, but still retaining a 2D feel that is essential for gameplay using filters and shaders. Lighting is added to achieve stylized highlights and shadows and it is then &#8216;toon shaded&#8217; which is where it only uses a small number of colours to give the appearance that it has been hand painted. The level designer can then add objects into the levels such as the level start and end points, traps and switches, as well as hand drawn graphics such as grass, bushes and trees.</p>
<p>The end result is a mixture of great looking terrain with lighting and shadows and hand drawn cartoon artwork that fit together seamlessly to give the game a large number of varied levels. Below is the background baked out before the details and level elements are added.</p>
<p><div id="attachment_113" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-113" title="Background Baked" src="http://kamicrazy.com/blog/wp-content/uploads/2009/01/background1-300x195.jpg" alt="Background Baked" width="300" height="195" /><p class="wp-caption-text">Background Baked</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://kamicrazy.com/blog/?feed=rss2&amp;p=99</wfw:commentRss>
		</item>
		<item>
		<title>1/2 Million download mark reached!</title>
		<link>http://kamicrazy.com/blog/?p=105</link>
		<comments>http://kamicrazy.com/blog/?p=105#comments</comments>
		<pubDate>Mon, 05 Jan 2009 19:53:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Promotion]]></category>

		<category><![CDATA[app store]]></category>

		<category><![CDATA[downloads]]></category>

		<guid isPermaLink="false">http://kamicrazy.com/blog/?p=105</guid>
		<description><![CDATA[That&#8217;s right, only 15 days ago we recorded our 100,000 download of KamiCrazy and now we have sped on to reach a prestigious 500,000 downloads, and counting, in a little over 3 weeks. To put this into perspective in the UK only three artists managed to sell over 1/2 million singles in 2008 and we&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, only 15 days ago we recorded our 100,000 download of KamiCrazy and now we have sped on to reach a prestigious <strong>500,000</strong> downloads, and counting, in a little over 3 weeks. To put this into perspective in the UK only three artists managed to sell over 1/2 million singles in 2008 and we&#8217;re hot on the heals of Alexandra Burke, Duffy and the X-Factor crew and look likely to top their figures in the coming weeks. Although we&#8217;re still a long way off Grand Theft Auto IV, the top selling game in 2008 with worldwide sales of an amazing 6million+</p>
<p>All the developers of the game are very thankful to everyone that has played the game, it&#8217;s a great feeling to know you&#8217;ve reached so many people around the world. We&#8217;re hard at work on still more improvements to the game and extra levels that will be coming your way soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://kamicrazy.com/blog/?feed=rss2&amp;p=105</wfw:commentRss>
		</item>
		<item>
		<title>KamiCrazyLite Update Approved</title>
		<link>http://kamicrazy.com/blog/?p=101</link>
		<comments>http://kamicrazy.com/blog/?p=101#comments</comments>
		<pubDate>Tue, 30 Dec 2008 00:26:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Promotion]]></category>

		<guid isPermaLink="false">http://kamicrazy.com/blog/?p=101</guid>
		<description><![CDATA[We&#8217;ve just heard from Apple that KamiCrazy Lite update 1.71 has been approved that has a whole host of new features, included improved controls, updated levels, a new icon and animated instructions.
There&#8217;s even more to come, with an update to the full version on its way that has even more improved controls, better sound playback [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_102" class="wp-caption alignleft" style="width: 190px"><a href="http://kamicrazy.com/blog/wp-content/uploads/2008/12/largeiconlite.jpg" ><img class="size-medium wp-image-102" title="KamiCrazyLite" src="http://kamicrazy.com/blog/wp-content/uploads/2008/12/largeiconlite-300x300.jpg" alt="KamiCrazyLite" width="180" height="180" /></a><p class="wp-caption-text">KamiCrazyLite</p></div></p>
<p>We&#8217;ve just heard from Apple that KamiCrazy Lite update 1.71 has been approved that has a whole host of new features, included improved controls, updated levels, a new icon and animated instructions.<br />
There&#8217;s even more to come, with an update to the full version on its way that has even more improved controls, better sound playback and graphical tweaks. Seeing as there is a Christmas Sale on and you can currently get it for 1/2 price, what are you waiting for??</p>
]]></content:encoded>
			<wfw:commentRss>http://kamicrazy.com/blog/?feed=rss2&amp;p=101</wfw:commentRss>
		</item>
		<item>
		<title>100,000+ Downloads</title>
		<link>http://kamicrazy.com/blog/?p=96</link>
		<comments>http://kamicrazy.com/blog/?p=96#comments</comments>
		<pubDate>Sun, 21 Dec 2008 14:53:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Promotion]]></category>

		<category><![CDATA[app store]]></category>

		<category><![CDATA[downloads]]></category>

		<category><![CDATA[itunes]]></category>

		<guid isPermaLink="false">http://kamicrazy.com/blog/?p=96</guid>
		<description><![CDATA[We reached a major milestone yesterday a lot faster than we thought with over 100,000 people downloading KamiCrazy from the App Store throughout the world in just 8 days. We&#8217;re currently shifting through the data and we&#8217;ll get some pretty graphs up here soon once we&#8217;ve made sense of it all ourselves.
We&#8217;re excited that so [...]]]></description>
			<content:encoded><![CDATA[<p>We reached a major milestone yesterday a lot faster than we thought with over 100,000 people downloading KamiCrazy from the App Store throughout the world in just 8 days. We&#8217;re currently shifting through the data and we&#8217;ll get some pretty graphs up here soon once we&#8217;ve made sense of it all ourselves.</p>
<p>We&#8217;re excited that so many people have been able to enjoy our game and we want to stress we&#8217;re listening to the feedback and we&#8217;ve got some tasty improvements to the game coming very shortly that should make the game even more enjoyable!</p>
]]></content:encoded>
			<wfw:commentRss>http://kamicrazy.com/blog/?feed=rss2&amp;p=96</wfw:commentRss>
		</item>
		<item>
		<title>KamiDeath</title>
		<link>http://kamicrazy.com/blog/?p=93</link>
		<comments>http://kamicrazy.com/blog/?p=93#comments</comments>
		<pubDate>Tue, 16 Dec 2008 16:40:34 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kamicrazy.com/blog/?p=93</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://kamicrazy.com/blog/wp-content/uploads/2008/12/kamideath.jpg" ><img class="alignnone size-medium wp-image-89" title="kamideath" src="http://kamicrazy.com/blog/wp-content/uploads/2008/12/kamideath-300x250.jpg" alt="" width="300" height="250" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kamicrazy.com/blog/?feed=rss2&amp;p=93</wfw:commentRss>
		</item>
		<item>
		<title>Merry Christmas!</title>
		<link>http://kamicrazy.com/blog/?p=78</link>
		<comments>http://kamicrazy.com/blog/?p=78#comments</comments>
		<pubDate>Tue, 16 Dec 2008 10:48:27 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
		
		<category><![CDATA[Promotion]]></category>

		<category><![CDATA[Wallpaper]]></category>

		<guid isPermaLink="false">http://kamicrazy.com/blog/?p=78</guid>
		<description><![CDATA[To celebrate Christmas we&#8217;re releasing a free KamiCrazy iPhone/iPod touch wallpaper!

Have a very Merry Christmas!


]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">To celebrate Christmas we&#8217;re releasing a free KamiCrazy iPhone/iPod touch wallpaper!</p>
<p style="text-align: center;"><a href="http://kamicrazy.com/blog/wp-content/uploads/2008/12/iphonewallpaperchristmas.jpg" ><img class="alignnone size-medium wp-image-85" title="iphonewallpaperchristmas" src="http://kamicrazy.com/blog/wp-content/uploads/2008/12/iphonewallpaperchristmas-200x300.jpg" alt="" width="200" height="300" /></a></p>
<p style="text-align: center;"><strong>Have a very Merry Christmas!</strong></p>
<p style="text-align: center;">
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://kamicrazy.com/blog/?feed=rss2&amp;p=78</wfw:commentRss>
		</item>
		<item>
		<title>KamiCrazy Intro Clip</title>
		<link>http://kamicrazy.com/blog/?p=74</link>
		<comments>http://kamicrazy.com/blog/?p=74#comments</comments>
		<pubDate>Mon, 15 Dec 2008 13:34:10 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kamicrazy.com/blog/?p=74</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/_Nt_nTns-6c&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/_Nt_nTns-6c&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://kamicrazy.com/blog/?feed=rss2&amp;p=74</wfw:commentRss>
		</item>
		<item>
		<title>Making of the KamiCrazy promo</title>
		<link>http://kamicrazy.com/blog/?p=66</link>
		<comments>http://kamicrazy.com/blog/?p=66#comments</comments>
		<pubDate>Mon, 15 Dec 2008 10:10:58 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Promotion]]></category>

		<guid isPermaLink="false">http://kamicrazy.com/blog/?p=66</guid>
		<description><![CDATA[Making of promotion

Clips from whan I was making the Kamicrazy promotion video
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://uk.youtube.com/watch?v=2K6lXw_3OA8" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://uk.youtube.com/watch?v=2K6lXw_3OA8');">Making of promotion</a></p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/2K6lXw_3OA8&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/2K6lXw_3OA8&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: center;">Clips from whan I was making the Kamicrazy promotion video</p>
]]></content:encoded>
			<wfw:commentRss>http://kamicrazy.com/blog/?feed=rss2&amp;p=66</wfw:commentRss>
		</item>
		<item>
		<title>KamiCrazy Available on the App Store</title>
		<link>http://kamicrazy.com/blog/?p=62</link>
		<comments>http://kamicrazy.com/blog/?p=62#comments</comments>
		<pubDate>Fri, 12 Dec 2008 20:12:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Promotion]]></category>

		<category><![CDATA[app store]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[ipod]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://kamicrazy.com/blog/?p=62</guid>
		<description><![CDATA[We&#8217;re happy to announce that KamiCrazy has been approved by Apple and can now be found on the App store worldwide for both iPhone and iPod Touch users.
The game can be found here, so please take a look and give it a go. Once you&#8217;ve played it, lets us know what you think here.
Happy Gaming!
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re happy to announce that <a title="kamiCrazy" href="http://kamicrazy.com" >KamiCrazy </a>has been approved by Apple and can now be found on the <a title="App Store" href="http://is.gd/bjg5 " onclick="javascript:pageTracker._trackPageview('/outbound/article/http://is.gd/bjg5 ');">App store</a> worldwide for both iPhone and iPod Touch users.</p>
<p>The game can be found <a title="App Store" href="http://is.gd/bjg5 " onclick="javascript:pageTracker._trackPageview('/outbound/article/http://is.gd/bjg5 ');" target="_blank">here</a>, so please take a look and give it a go. Once you&#8217;ve played it, lets us know what you think <a title="Feedback" href="http://kamicrazy.uservoice.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://kamicrazy.uservoice.com');" target="_blank">here</a>.<br />
Happy Gaming!</p>
]]></content:encoded>
			<wfw:commentRss>http://kamicrazy.com/blog/?feed=rss2&amp;p=62</wfw:commentRss>
		</item>
	</channel>
</rss>
