<?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>iCode Tips</title>
	<atom:link href="http://icodetips.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodetips.com</link>
	<description>Tutorials, tips and tricks for iPhone and iPad !</description>
	<lastBuildDate>Fri, 27 Jan 2012 15:44:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Corona SDK Hello World tutorial</title>
		<link>http://icodetips.com/2012/01/corona-sdk-hello-world-tutorial/</link>
		<comments>http://icodetips.com/2012/01/corona-sdk-hello-world-tutorial/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 15:41:52 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[Corona SDK]]></category>
		<category><![CDATA[corna sdk hello world]]></category>
		<category><![CDATA[corona sdk]]></category>
		<category><![CDATA[corona sdk tutorial]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://icodetips.com/?p=228</guid>
		<description><![CDATA[Hello, as most of you know, each first tutorial in a new language or program is the Hello World program. First of all, support us by installing our free app : 3Rocks Also in this tutorial I will guide you on downloading and installing Corona SDK and also creating your first script, this tutorial is [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hello, as most of you know, each first tutorial in a new language or program is the Hello World program.</p>
<p>First of all, support us by installing our <a href="https://market.android.com/details?id=net.reea.threerocks">free app : 3Rocks</a></p>
<p>Also in this tutorial I will guide you on downloading and installing Corona SDK and also creating your first script, this tutorial is created on a mac, but all the steps are the same for windows.</p>
<p>1. Go to <a title="download Corona SDK" href="https://developer.anscamobile.com/user/register?destination=downloads/coronasdk" target="_blank">this URL</a> and enter your data, then download Corona SDK.</p>
<p>2. Go to the samples directory and duplicate one of the folders, i duplicated the sprites/junglescene folder, than rename the folder, i renamed mine to &#8220;empty project&#8221;.</p>
<p>3. Now go into the folder and delete some of the files, i selected the files which you need to delete :</p>
<p><a href="http://icodetips.com/wp-content/uploads/2012/01/1.png" rel="lightbox[228]"><img class="aligncenter size-medium wp-image-229" title="files to delete" src="http://icodetips.com/wp-content/uploads/2012/01/1-215x300.png" alt="" width="215" height="300" /></a></p>
<p>4. We now need an &#8220;Hello World&#8221; image to use, you can use mine, save it in your project folder :</p>
<p><a href="http://icodetips.com/wp-content/uploads/2012/01/h.jpg" rel="lightbox[228]"><img class="aligncenter size-medium wp-image-233" title="h" src="http://icodetips.com/wp-content/uploads/2012/01/h-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>Right now you should have this files in your project directory :<a href="http://icodetips.com/wp-content/uploads/2012/01/2.png" rel="lightbox[228]"><img class="aligncenter size-full wp-image-232" title="project files" src="http://icodetips.com/wp-content/uploads/2012/01/2.png" alt="" width="170" height="201" /></a></p>
<p>5. If everything it&#8217;s ok, open the main.lua file and remove everything from it.</p>
<p>6. Add this (assuming that you saved the image i provided) :</p>
<p>local image = display.newImage(&#8220;h.jpg&#8221;);</p>
<p>7. Open the corona simulator, and navigate to your project, select the main.lua file and load it.</p>
<p style="text-align: center;"><a href="http://icodetips.com/wp-content/uploads/2012/01/3.png" rel="lightbox[228]"><img class="aligncenter size-medium wp-image-234" title="Corona SDK hello world" src="http://icodetips.com/wp-content/uploads/2012/01/3-300x161.png" alt="" width="300" height="161" /></a>Success !!! is that easy !</p>
<div class="shr-publisher-228"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://icodetips.com/2012/01/corona-sdk-hello-world-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a game, for the absolute beginner</title>
		<link>http://icodetips.com/2012/01/create-a-game-for-the-absolute-beginner/</link>
		<comments>http://icodetips.com/2012/01/create-a-game-for-the-absolute-beginner/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 10:56:40 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[3d games]]></category>
		<category><![CDATA[Corona SDK]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[corona game development]]></category>
		<category><![CDATA[corona sdk]]></category>
		<category><![CDATA[create games]]></category>
		<category><![CDATA[game development tutorial]]></category>
		<category><![CDATA[games development]]></category>
		<category><![CDATA[games for begginers]]></category>

		<guid isPermaLink="false">http://icodetips.com/?p=222</guid>
		<description><![CDATA[Hey, you, reader, ever wanted to create a great game, you had a brilliant game idea, but you ware unable to create it ? Well is both easy and complicated, if you have any programming experience than it&#8217;s really easy. Here are some tools you may find very very use full : Corona SDK -  [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hey, you, reader, ever wanted to create a great game, you had a brilliant game idea, but you ware unable to create it ? Well is both easy and complicated, if you have any programming experience than it&#8217;s really easy.</p>
<p>Here are some tools you may find very very use full :</p>
<p><a title="create games for mobile platforms" href="http://www.anscamobile.com/corona/">Corona SDK</a> -  create games for mobile platforms (iPhone, iPad, Android)</p>
<p><a title="create games for desktop computer" href="https://love2d.org/wiki/Main_Page">Love2d</a> &#8211; Create games for desktop computer (windows, linux, osx)</p>
<p><a href="http://unity3d.com/">Unity3D</a> &#8211; Create 3D games for mobile and desktop, requires at least some average programming skills and game concepts knowledge.</p>
<p>With both of those you can create 2d games very easy, both of them use <a title="lua scripting" href="http://www.lua.org/manual/5.1/">LUA</a> scripting language, it&#8217;s very easy to learn and understand.</p>
<p>Usually in a game project there are 3 types of people involved :</p>
<ul>
<li>game designer &#8211; creates the game idea and concepts, usually he is also the team leader</li>
<li>asset designer &#8211; creates all the graphics needed by the game</li>
<li>programmer &#8211; actually creates the game</li>
</ul>
<p>If you are really good and passionate you can play all the 3 roles, but you have to be aware that all of those take a lot of time.</p>
<p>Take a look at may newest game : <a title="3rocks for android" href="https://market.android.com/details?id=net.reea.threerocks">3Rocks for Android</a> it&#8217;s built with CoronaSDK and will soon be published for iPhone too.</p>
<p>If you have a great game idea and you are not able to create it, please don&#8217;t hesitate to send me an email, you can find my address on the about section of the app <a title="3rocks for android" href="https://market.android.com/details?id=net.reea.threerocks">3Rocks for Android</a>.</p>
<p>I&#8217;ll soon start to post some tutorials about mobile games development with CoronaSDK and Unity3d so&#8230; bookmark my blog or subscribe to the RSS to make sure you don&#8217;t miss them</p>
<div class="shr-publisher-222"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://icodetips.com/2012/01/create-a-game-for-the-absolute-beginner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone speed gauge, compas or clock component</title>
		<link>http://icodetips.com/2011/05/iphone-speed-gauge-or-clock-component/</link>
		<comments>http://icodetips.com/2011/05/iphone-speed-gauge-or-clock-component/#comments</comments>
		<pubDate>Fri, 20 May 2011 07:35:21 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[general tutorial]]></category>
		<category><![CDATA[iPhone apps]]></category>
		<category><![CDATA[iPhone tips]]></category>
		<category><![CDATA[clock tutorial]]></category>
		<category><![CDATA[compas gauge]]></category>
		<category><![CDATA[custom component]]></category>
		<category><![CDATA[gauge tutorial]]></category>
		<category><![CDATA[iphone clock]]></category>
		<category><![CDATA[iphone clocklike]]></category>
		<category><![CDATA[iphone compas]]></category>
		<category><![CDATA[iphone custom component]]></category>
		<category><![CDATA[iphone tutorial]]></category>
		<category><![CDATA[speed gauge iphone]]></category>

		<guid isPermaLink="false">http://icodetips.com/?p=168</guid>
		<description><![CDATA[Hi there, this is a tutorial, with full source code and a functional example of how to create a round gauge or clock component for iPhone. This tutorial is very useful because it also shows you the principles and the best practices to create a custom component. This tutorial will show you how to create [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hi there, this is a tutorial, with full source code and a functional example of how to create a round gauge or clock component for iPhone.</p>
<p>This tutorial is very useful because it also shows you the principles and the best practices to create a custom component.</p>
<p>This tutorial will show you how to create an animated gauge just like this :</p>
<div id="attachment_199" class="wp-caption aligncenter" style="width: 245px"><a href="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1112.png" rel="lightbox[168]"><img class="size-full wp-image-199" title="The final gauge" src="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1112.png" alt="The final gauge" width="235" height="240" /></a><p class="wp-caption-text">The final gauge</p></div>
<p>The component we create can be skied with any images you want, it can be a speed gauge, a compass or anything you want, it will be auto scalable and one line integration.</p>
<p>The principle it&#8217;s simple, we just extend the view and in it we add our code to create the gauge, in this case the gauge is very simple, it only has a background image and a pin which you can rotate to a specific angle in degrees.</p>
<p>So, here goes :</p>
<p>1. <a title="The files needed" href="http://icodetips.com/wp-content/uploads/2011/05/assets.zip">Download the files located here,</a> this is the View subclass i created and the images needed for the project, both high and low resolution.</p>
<p>2. Create a view based project, this is the easiest solution for exemplification. My project is called &#8220;Gauge&#8221; so all the names of the view controllers will be relative to this, it would be easier for you if you name your project the same.</p>
<div id="attachment_173" class="wp-caption aligncenter" style="width: 310px"><a href="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_0955.png" rel="lightbox[168]"><img class="size-medium wp-image-173" title="Create a new view based project" src="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_0955-300x202.png" alt="Create a new view based project" width="300" height="202" /></a><p class="wp-caption-text">Create a new view based project</p></div>
<p>3. Add the files to the project (check the copy to project option)</p>
<div id="attachment_174" class="wp-caption aligncenter" style="width: 310px"><a href="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1000.png" rel="lightbox[168]"><img class="size-medium wp-image-174" title="Add the files to the project" src="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1000-300x205.png" alt="Add the files to the project" width="300" height="205" /></a><p class="wp-caption-text">Add the files to the project</p></div>
<p>and this how the project structure will look like when you are done (i created a separate images directory, so the tree looks cleaner) :</p>
<div id="attachment_175" class="wp-caption aligncenter" style="width: 310px"><a href="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1007.png" rel="lightbox[168]"><img class="size-medium wp-image-175" title="Xcode project structure" src="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1007-300x226.png" alt="Xcode project structure" width="300" height="226" /></a><p class="wp-caption-text">Xcode project structure</p></div>
<p>4. We should create an outlet for a ClockView, which we will add in the project. In this example I will only use one gauge, but you can follow the process to create as may as you want.<br style="font-size: 19.5px; line-height: 28.5px;" /> Now open the &#8220;GaugeViewController.h&#8221; file and change it so it looks like this :</p>
<pre class="brush: objc; title: ; notranslate">
#import

@class ClockView;

@interface GaugeViewController : UIViewController {

  ClockView *gauge1_;
}

@property(nonatomic, retain) IBOutlet ClockView *gauge1;

@end
</pre>
<p>What we did here is to add a forward declaration for the ClockView and declare an outlet to a ClockView view, remember that ClockView is a subclass of UIView, so it can be used in any way a view can be used.  Now open the &#8220;GaugeViewController.m&#8221;  and add the code bellow right after the &#8220;@implementation GaugeViewController&#8221; line :</p>
<pre class="brush: objc; title: ; notranslate">@synthesize gauge1 = gauge1_;
</pre>
<p>and also this is how dealloc method should look now :</p>
<pre class="brush: objc; title: ; notranslate">
- (void)dealloc
{
  [gauge1_ release];
    [super dealloc];
}
</pre>
<p>5.Now open the &#8220;GaugeViewController.xib&#8221; file, here we add our clock view. We add it as a normal UIView, so you should add a view from the library to your main view (as a child of the main view), the view you add should be square :</p>
<div id="attachment_179" class="wp-caption aligncenter" style="width: 310px"><a href="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1010.png" rel="lightbox[168]"><img class="size-medium wp-image-179" title="Add a new subview" src="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1010-300x171.png" alt="Add a new subview" width="300" height="171" /></a><p class="wp-caption-text">Add a new subview</p></div>
<p>6. We have to set the new view to be a clock view, we do this by changing the class of the view we added from UIView to ClockView :</p>
<div id="attachment_180" class="wp-caption aligncenter" style="width: 310px"><a href="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1031.png" rel="lightbox[168]"><img class="size-medium wp-image-180" title="Change the class of the UIView" src="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1031-300x228.png" alt="Change the class of the UIView" width="300" height="228" /></a><p class="wp-caption-text">Change the class of the UIView</p></div>
<p>And also set the outlet of the view to the outlet we created earlier :</p>
<div id="attachment_181" class="wp-caption aligncenter" style="width: 310px"><a href="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1032.png" rel="lightbox[168]"><img class="size-medium wp-image-181" title="set the outlet" src="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1032-300x233.png" alt="set the outlet" width="300" height="233" /></a><p class="wp-caption-text">set the outlet</p></div>
<p>And we are done with the xib file, save it!</p>
<p>7. Open once again the &#8220;GaugeViewController.m&#8221; file. Include the ClockView.h file. Update the viewDidLoad method, which should look like the one bellow :</p>
<pre class="brush: objc; title: ; notranslate">
- (void)viewDidLoad
{
    [super viewDidLoad];
  [gauge1_ prepare];
}
</pre>
<p>8. We are almost done, one more small thing remaining. The ClockView uses some layer methods to transform it, and those methods are found in Quartz2d frame work, so we have to add it. So add the Quartz2D framework :</p>
<div id="attachment_188" class="wp-caption aligncenter" style="width: 310px"><a href="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1054.png" rel="lightbox[168]"><img class="size-medium wp-image-188" title="add quartz2d framework into the project" src="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1054-300x206.png" alt="add quartz2d framework into the project" width="300" height="206" /></a><p class="wp-caption-text">add quartz2d framework into the project</p></div>
<p>9. Build and run the project <img src='http://icodetips.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  :</p>
<div id="attachment_190" class="wp-caption aligncenter" style="width: 164px"><a href="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1057.png" rel="lightbox[168]"><img class="size-medium wp-image-190" title="Run the clock view project" src="http://icodetips.com/wp-content/uploads/2011/05/2011-05-20_1057-154x300.png" alt="Run the clock view project" width="154" height="300" /></a><p class="wp-caption-text">Run the clock view project</p></div>
<p>The pin of the gauge is very easy to rotate, by calling the rotateTo method of the clock view.</p>
<p>As an extra bonus step, let&#8217;s make the clock to make an full rotation every minute, and update it every second. We will do this by adding a timer to the project, and an integer to count the seconds.</p>
<p>Open the &#8220;GaugeViewController.h&#8221; and change it to :</p>
<pre class="brush: objc; title: ; notranslate">
#import

@class ClockView;

@interface GaugeViewController : UIViewController {

  ClockView *gauge1_;
  NSInteger seconds_;
}

@property(nonatomic, retain) IBOutlet ClockView *gauge1;

@end
</pre>
<p>All I did was to add a new NSInteger variable.</p>
<p>Now open the GaugeViewController.m and add a timer and a method which is called every second :</p>
<pre class="brush: objc; title: ; notranslate">
- (void)viewDidLoad
{
    [super viewDidLoad];
  [gauge1_ prepare];
  [NSTimer scheduledTimerWithTimeInterval:1.0f
                                   target:self
                                 selector:@selector(secondUpdate:)
                                 userInfo:nil
                                  repeats:YES];
}

-(void)secondUpdate:(NSTimer*)timer {
  //we have 360 degrees on a full rotation, and we want 60 steps per rotation
  [gauge1_ rotateTo:seconds_*(360/60)];
  seconds_++;
}
</pre>
<p>Run the project once again and observe the results.</p>
<p><a title="The entire project" href="http://icodetips.com/wp-content/uploads/2011/05/Gauge.zip">Here is the entire project if you want it.</a></p>
<div class="shr-publisher-168"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://icodetips.com/2011/05/iphone-speed-gauge-or-clock-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iPhone AI engine now with cocos2D</title>
		<link>http://icodetips.com/2011/04/the-iphone-ai-engine-now-with-cocos2d/</link>
		<comments>http://icodetips.com/2011/04/the-iphone-ai-engine-now-with-cocos2d/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 09:37:37 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[ai engine]]></category>
		<category><![CDATA[cocos2d ai]]></category>
		<category><![CDATA[cocos2d game]]></category>
		<category><![CDATA[iphone ai]]></category>
		<category><![CDATA[iphone games]]></category>

		<guid isPermaLink="false">http://icodetips.com/?p=161</guid>
		<description><![CDATA[Now, i created the AI engine to be very scalable and easy to use, as a demo, i tried to create a cocos2d project and add the engine, the experiment was a epic success, it took me around 10 minutes to integrate the engine into the app. Here is the demo video, unfortunate when recording [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Now, i created the AI engine to be very scalable and easy to use, as a demo, i tried to create a cocos2d project and add the engine, the experiment was a epic success, it took me around 10 minutes to integrate the engine into the app.</p>
<p>Here is the demo video, unfortunate when recording from the simulator it&#8217;s working at a very low frame rate, but the app runs very good at 60fps with 75 characters (with seek, crowd, obstacle avoidance)</p>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/LHjqEZswIWY" frameborder="0" allowfullscreen></iframe></p>
<p>I also changed the control for the game&#8230;. it&#8217;s now at version 4 <img src='http://icodetips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Enjoy the video and let me know if you have any questions.</p>
<div class="shr-publisher-161"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://icodetips.com/2011/04/the-iphone-ai-engine-now-with-cocos2d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory And IQ game for iPhone</title>
		<link>http://icodetips.com/2011/03/memory-and-iq-game-for-iphone/</link>
		<comments>http://icodetips.com/2011/03/memory-and-iq-game-for-iphone/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 13:06:02 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[improve iq]]></category>
		<category><![CDATA[improve learning]]></category>
		<category><![CDATA[improve memory]]></category>
		<category><![CDATA[iphone game]]></category>
		<category><![CDATA[iq game]]></category>
		<category><![CDATA[learning game]]></category>
		<category><![CDATA[memory game]]></category>
		<category><![CDATA[test memory]]></category>

		<guid isPermaLink="false">http://icodetips.com/?p=152</guid>
		<description><![CDATA[A while ago i was thinking about creating an memory application for iPhone, but i had no idea how to make it unique&#8230; until now !!! The app it&#8217;s now live on iTunes, you can download and test it for free, or you can download the full version for just 1$. Get it now for [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>A while ago i was thinking about creating an memory application for iPhone, but i had no idea how to make it unique&#8230; until now !!!</p>
<p>The app it&#8217;s now live on iTunes, you can download and test it for free, or you can download the full version for just 1$.</p>
<p><a title="memory iq game" href="http://itunes.apple.com/ro/app/memory-iq-lite/id423331161?mt=8">Get it now for free, and spread the joy !</a></p>
<p>Some of the cool features for the game are :</p>
<ul>
<li>8 difficulty categories</li>
<li>up to 500 levels to complete</li>
<li>online global scores</li>
<li>statistics for each shape</li>
<li>easy to use and intuitive interface</li>
<li>new levels added periodically</li>
</ul>
<p>Here is a short demo video for the app :</p>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/hGXWe8E7XRs" frameborder="0" allowfullscreen></iframe></p>
<p>If you have any comments for the game let me know and I will answer them for sure!</p>
<div class="shr-publisher-152"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://icodetips.com/2011/03/memory-and-iq-game-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artificial Intelligence Engine for iPhone Games</title>
		<link>http://icodetips.com/2011/03/artificial-intelligence-engine-for-iphone-games/</link>
		<comments>http://icodetips.com/2011/03/artificial-intelligence-engine-for-iphone-games/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 12:49:57 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[ai engine]]></category>
		<category><![CDATA[game ai]]></category>
		<category><![CDATA[games engine]]></category>
		<category><![CDATA[iphone game ai]]></category>
		<category><![CDATA[iphone game engine]]></category>
		<category><![CDATA[iphone games]]></category>

		<guid isPermaLink="false">http://icodetips.com/?p=146</guid>
		<description><![CDATA[A while ago I started an simple zombie game, called James Bond In The Zombie Invasion, for this I needed an AI engine, to manage the zombies, it needed to be very easy to use and very fast. It&#8217;s now at version 2 and it&#8217;s very very fast, has some built in behaviors, seek, crowding, [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>A while ago I started an simple zombie game, called James Bond In The Zombie Invasion, for this I needed an AI engine, to manage the zombies, it needed to be very easy to use and very fast.</p>
<p>It&#8217;s now at version 2 and it&#8217;s very very fast, has some built in behaviors, seek, crowding, obstacle avoidance and the list is growing by the day.</p>
<p>This version of the engine is written in pure C so will run on any platform, mobile or desktop, it can even be compiled for micro controllers.</p>
<p>So, here is the demo video for the engine, the engine is for sale, and the price depends on every one (no less than $10 an no more that 99$) :</p>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/JIPrN8HHpA4" frameborder="0" allowfullscreen></iframe></p>
<p>This is it, if you want a copy of the engine (and the demo project let me know).</p>
<div class="shr-publisher-146"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://icodetips.com/2011/03/artificial-intelligence-engine-for-iphone-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fireworks simulation on iPhone</title>
		<link>http://icodetips.com/2010/12/fireworks-simulation-on-iphone/</link>
		<comments>http://icodetips.com/2010/12/fireworks-simulation-on-iphone/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 08:43:09 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[iPhone apps]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[fireworks simulation]]></category>
		<category><![CDATA[iphone effects]]></category>
		<category><![CDATA[iphone fireworks]]></category>

		<guid isPermaLink="false">http://icodetips.com/?p=134</guid>
		<description><![CDATA[A while ago, i created a pretty basic particle system to create some fireworks, recently i did some changes, and created a simple demo application for the system. Here is a demo : Also i&#8217;ll add the source code here, asap. Mean while take a look and admire the view . Fireworks source code &#8211; [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>A while ago, i created a pretty basic particle system to create some fireworks, recently i did some changes, and created a simple demo application for the system.</p>
<p>Here is a demo :</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/o6l4vTOEHmc?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/o6l4vTOEHmc?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Also i&#8217;ll add the source code here, asap. Mean while take a look and admire the view <img src='http://icodetips.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p><a href="../wp-content/uploads/2010/12/Fireworks.zip">Fireworks source code</a> &#8211; here is a zip with the source code, have fun playing with it, and remember to give me the credits if you use it in your projects <img src='http://icodetips.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<div class="shr-publisher-134"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://icodetips.com/2010/12/fireworks-simulation-on-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The &#8220;Bancuri&#8221; iPhone application</title>
		<link>http://icodetips.com/2010/11/the-bancuri-iphone-application/</link>
		<comments>http://icodetips.com/2010/11/the-bancuri-iphone-application/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 08:02:31 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[iPhone apps]]></category>
		<category><![CDATA[bancuri]]></category>
		<category><![CDATA[bancuri iphone]]></category>
		<category><![CDATA[glume]]></category>
		<category><![CDATA[jokes]]></category>
		<category><![CDATA[jokes iphone]]></category>

		<guid isPermaLink="false">http://icodetips.com/?p=122</guid>
		<description><![CDATA[A while ago I got a great idea, to create a jokes application for iphone (Bancuri is the Romanian word for jokes), and this application become e reality, on 6 November, it was a hit, was #1 on all categories for 3 days, and it&#8217;s still one of the top 20 most downloaded applications in [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>A while ago I got a great idea, to create a jokes application for iphone (Bancuri is the Romanian word for jokes), and this application become e reality, on 6 November, it was a hit, was #1 on all categories for 3 days, and it&#8217;s still one of the top 20 most downloaded applications in the Romania store.</p>
<div id="attachment_124" class="wp-caption aligncenter" style="width: 185px"><a href="http://icodetips.com/wp-content/uploads/2010/11/mzi.fflawtgr.175x175-75.jpg" rel="lightbox[122]"><img class="size-full wp-image-124" title="Bancuri for iPhone" src="http://icodetips.com/wp-content/uploads/2010/11/mzi.fflawtgr.175x175-75.jpg" alt="Bancuri for iPhone" width="175" height="175" /></a><p class="wp-caption-text">Bancuri for iPhone</p></div>
<p>Here it&#8217;s the link :</p>
<p><a href="http://itunes.apple.com/ro/app/bancuri/id400248638">http://itunes.apple.com/ro/app/bancuri/id400248638</a></p>
<p>This post will also be the support link at the first update, so please let me know if you have any comments, or ideas about the application.</p>
<p>Here is a video with what the first update will bring up <img src='http://icodetips.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/MfLIyCZlAVw?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/MfLIyCZlAVw?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<div class="shr-publisher-122"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://icodetips.com/2010/11/the-bancuri-iphone-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3d games with unity</title>
		<link>http://icodetips.com/2010/09/3d-games-with-unity/</link>
		<comments>http://icodetips.com/2010/09/3d-games-with-unity/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 07:42:13 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[3d games]]></category>
		<category><![CDATA[3d max]]></category>
		<category><![CDATA[3d studion max]]></category>
		<category><![CDATA[guerilla bob]]></category>
		<category><![CDATA[unity]]></category>
		<category><![CDATA[unity tutorial]]></category>

		<guid isPermaLink="false">http://icodetips.com/?p=104</guid>
		<description><![CDATA[I&#8217;m sure that most of you already heard about unity 3d, if not unity 3d is a : &#8220;Unity is a multiplatform game development tool, designed from the start to ease creation&#8221;, in other words is an IDE where you can create games very easy. This is a very simple test &#8220;game&#8221; I did in [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I&#8217;m sure that most of you already heard about unity 3d, if not unity 3d is a : &#8220;Unity is a multiplatform game development tool, designed from the start to ease creation&#8221;, in other words is an IDE where you can create games very easy.</p>
<p>This is a very simple test &#8220;game&#8221; I did in about few hours (4-5 including downloading and installing unity and 3d max). You should have some basic knowledge about 3d and games in general, what physics are, some scripting, etc.</p>
<p>Now, you are wandering why this post in an iPhone blog&#8230; well it&#8217;s too great not to talk about AND you can publish directly for iPhone. I&#8217;m sure that you heard about guerilla bob game, guess what,  you can that game just fallowing one of the tutorial step by step&#8230; all you need is the models, speaking of what, you should really install a 3d modeling environment, I use 3d studio max (costs a lot, but you can find a freelancers version on torrents&#8230;.a cracked one if you didn&#8217;t got it) it only runs on windows so if you are planning to do some game development on osx this is not an option. It&#8217;s important to have this kind of software even is you use it just for conversion, because you never know&#8230; in the demo you will see the trees are models downloaded from the internet, but the fence and the grave stones are created by me in 3d max&#8230; it&#8217;s pretty easy actually.</p>
<p>If I got you with guerilla bob, here is what you need to do, download the free version of unity and start learning, meanwhile find a 3d artist to create your models, when you have something get unity pro for iphone, you have a 30 days trial, and start your game tutorials, there is a great unity tutorial for 3rd person game called &#8220;penelope&#8221; you can down load it from the unity website.</p>
<p>Here is my demo (remember to install the unity plugin) : <a title="unity 3d game demo" href="http://icodetips.com/unity/unu.html" target="_self">unity3d game demo</a></p>
<div class="shr-publisher-104"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://icodetips.com/2010/09/3d-games-with-unity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flies Squash iPhone Game</title>
		<link>http://icodetips.com/2010/09/flies-squash-iphone-game/</link>
		<comments>http://icodetips.com/2010/09/flies-squash-iphone-game/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 06:27:21 +0000</pubDate>
		<dc:creator>sergiu</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[arcade]]></category>
		<category><![CDATA[arcade game]]></category>
		<category><![CDATA[flies]]></category>
		<category><![CDATA[flies squash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[iphone game]]></category>

		<guid isPermaLink="false">http://icodetips.com/?p=98</guid>
		<description><![CDATA[This morning I had the very pleasant surprise to see that the latest update of my iPhone game was approved by Apple in the app store, i rushed to check it and finally it was a success !!! The problem until now it was that it was crashing on old generations of iphones and ipods&#8230;. [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>This morning I had the very pleasant surprise to see that the latest update of my iPhone game was approved by Apple in the app store, i rushed to  check it and finally it was a success !!!</p>
<p>The problem until now it was that it was crashing on old generations of iphones and ipods&#8230;. it was working perfectly with the debug build but the build uploaded to app store has some issues&#8230;. any way, I created a new project, added the latest version of cocos 2d and give it a other try.</p>
<p>Enough with the bad stuff, here is the good stuff, the game has some awesome features, you get to smash all those flies, and transform them into a pool of blood, great stuff, especially when you are smashing some one else in your mind <img src='http://icodetips.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  got it ?</p>
<p>The game has some great graphics, great game play&#8230;. it&#8217;s a great game, just go to <a href="http://itunes.apple.com/app/flies-squash/id382241352" target="_blank">itunes store </a>open it in itunes install it for free and give it 5 stars and a good comment <img src='http://icodetips.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<p>Here are some images just to make sure that you can&#8217;t resist it :</p>
<div id="attachment_99" class="wp-caption aligncenter" style="width: 210px"><a href="http://icodetips.com/wp-content/uploads/2010/09/IMG_0023.png" rel="lightbox[98]"><img class="size-medium wp-image-99" title="flies squash iphone game" src="http://icodetips.com/wp-content/uploads/2010/09/IMG_0023-200x300.png" alt="flies squash iphone game" width="200" height="300" /></a><p class="wp-caption-text">flies squash iphone game</p></div>
<div id="attachment_100" class="wp-caption aligncenter" style="width: 210px"><a href="http://icodetips.com/wp-content/uploads/2010/09/IMG_0020.png" rel="lightbox[98]"><img class="size-medium wp-image-100" title="flies squash iphone game" src="http://icodetips.com/wp-content/uploads/2010/09/IMG_0020-200x300.png" alt="flies squash iphone game" width="200" height="300" /></a><p class="wp-caption-text">flies squash iphone game</p></div>
<div class="shr-publisher-98"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://icodetips.com/2010/09/flies-squash-iphone-game/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

