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

<channel>
	<title>aSoft</title>
	<atom:link href="http://asoft.chocoboheaven.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://asoft.chocoboheaven.com</link>
	<description>My Scripts, Tutorials, Programs etc... etc...</description>
	<pubDate>Fri, 04 Jul 2008 17:38:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Recursivity Done!</title>
		<link>http://asoft.chocoboheaven.com/2008/07/04/recursivity-done/</link>
		<comments>http://asoft.chocoboheaven.com/2008/07/04/recursivity-done/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 17:26:35 +0000</pubDate>
		<dc:creator>Michael Adaixo</dc:creator>
		
		<category><![CDATA[Games]]></category>

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

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

		<category><![CDATA[c programing]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://asoft.chocoboheaven.com/?p=8</guid>
		<description><![CDATA[Hurray! I finally was able to make the recursive functions to work. It took me some hours of sleep to figure it out, and some research on google api code search engine. Anyway, it is now working. I have also set a new page where you can chose the difficulty of the game. I hope [...]]]></description>
			<content:encoded><![CDATA[<p>Hurray! I finally was able to make the recursive functions to work. It took me some hours of sleep to figure it out, and some research on google api code search engine. Anyway, it is now working. I have also set a new page where you can chose the difficulty of the game. I hope I can release the game before the end of this month, along with Sokoban Projekt.<br />
<a href='http://asoft.chocoboheaven.com/wp-content/uploads/sadasd.jpg'><img src="http://asoft.chocoboheaven.com/wp-content/uploads/sadasd-272x300.jpg" alt="v0.3.338 build1881" title="sadasd" width="272" height="300" class="alignnone size-medium wp-image-9" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://asoft.chocoboheaven.com/2008/07/04/recursivity-done/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recursivity</title>
		<link>http://asoft.chocoboheaven.com/2008/06/27/recursivity/</link>
		<comments>http://asoft.chocoboheaven.com/2008/06/27/recursivity/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 15:23:09 +0000</pubDate>
		<dc:creator>Michael Adaixo</dc:creator>
		
		<category><![CDATA[Games]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://asoft.chocoboheaven.com/?p=6</guid>
		<description><![CDATA[
Today I continued working on my second game using the SDL, named Bubble Breaker Reloaded. Everything is done apart from the main game actions&#8230; I have to check if balls next to one other have the same colors, recursively. That is giving me a hard time. I&#8217;ll have to check my lessons about recursivity so [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://asoft.chocoboheaven.com/wp-content/uploads/bbr_screen1-269x300.jpg" alt="v0.2.283 build1532" title="bbr screen1" width="269" height="300" class="alignleft size-medium wp-image-7" /><br />
Today I continued working on my second game using the SDL, named Bubble Breaker Reloaded. Everything is done apart from the main game actions&#8230; I have to check if balls next to one other have the same colors, recursively. That is giving me a hard time. I&#8217;ll have to check my lessons about recursivity so I can overcome that barrier. <img src='http://asoft.chocoboheaven.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Other than that, the game is advancing pretty fine I should say <img src='http://asoft.chocoboheaven.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://asoft.chocoboheaven.com/2008/06/27/recursivity/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sokoban Projekt</title>
		<link>http://asoft.chocoboheaven.com/2008/06/21/sokoban-projekt/</link>
		<comments>http://asoft.chocoboheaven.com/2008/06/21/sokoban-projekt/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 21:11:24 +0000</pubDate>
		<dc:creator>Michael Adaixo</dc:creator>
		
		<category><![CDATA[Games]]></category>

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

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

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

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

		<guid isPermaLink="false">http://asoft.chocoboheaven.com/?p=4</guid>
		<description><![CDATA[Hello.
Sokoban Project is my first SDL Game. I made it with the help of a website that teaches how to use the SDL ( Simple DirectMedia Library ). I will release it to the grand public once I finish making the final adjustments. By the time I did it, I didn&#8217;t knew things that now [...]]]></description>
			<content:encoded><![CDATA[<p>Hello.</p>
<p>Sokoban Project is my first SDL Game. I made it with the help of a website that teaches how to use the SDL ( Simple DirectMedia Library ). I will release it to the grand public once I finish making the final adjustments. By the time I did it, I didn&#8217;t knew things that now I know how to use so the game will be a lot faster and have new tweaks, such as a controler support, multi-OS, new and better graphics and sound.</p>
]]></content:encoded>
			<wfw:commentRss>http://asoft.chocoboheaven.com/2008/06/21/sokoban-projekt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world! Again</title>
		<link>http://asoft.chocoboheaven.com/2008/05/06/hello-world/</link>
		<comments>http://asoft.chocoboheaven.com/2008/05/06/hello-world/#comments</comments>
		<pubDate>Tue, 06 May 2008 21:47:07 +0000</pubDate>
		<dc:creator>Michael Adaixo</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[PHP Scripts]]></category>

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

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

		<guid isPermaLink="false">http://asoft.chocoboheaven.com/?p=1</guid>
		<description><![CDATA[Hello.
aSoft has changed, yes, and its empty. Why? The reason to that question is answered here. For those who already know, I was hacked. Someone got my email address login and password, and then that same person add access to all my stuff. But now, everything is back to normal&#8230; or almost everything. Because I [...]]]></description>
			<content:encoded><![CDATA[<p>Hello.</p>
<p>aSoft has changed, yes, and its empty. Why? The reason to that question is <a href="http://www.chocoboheaven.com/news-11-4.html" target="_blank">answered here</a>. For those who already know, I was hacked. Someone got my email address login and password, and then that same person add access to all my stuff. But now, everything is back to normal&#8230; or almost everything. Because I lost all my stuff for aSoft. So the aContact Form manual is not made yet, and the script hasn&#8217;t the template system installed yet. I will work on that <img src='http://asoft.chocoboheaven.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> For now, the script is working perfectly, as seen on <a href="http://www.chocoboheaven.com/site-contact.html" target="_blank">chocobo heaven contact page</a>. So it&#8217;s the latest version, feel free to download and advertise it.</p>
]]></content:encoded>
			<wfw:commentRss>http://asoft.chocoboheaven.com/2008/05/06/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
