<?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>Thousand Thoughts</title>
	<atom:link href="http://www.thousand-thoughts.com/feed/?lang_view=en" rel="self" type="application/rss+xml" />
	<link>http://www.thousand-thoughts.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Aug 2010 20:07:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>FLXMP: First Version Released</title>
		<link>http://www.thousand-thoughts.com/2010/08/flxmp-first-version-releases/</link>
		<comments>http://www.thousand-thoughts.com/2010/08/flxmp-first-version-releases/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 18:22:02 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[flxmp]]></category>
		<category><![CDATA[Module]]></category>

		<guid isPermaLink="false">http://www.thousand-thoughts.com/?p=470</guid>
		<description><![CDATA[I didn&#8217;t want to do this that early. But I realized that I need a proper version control and I intended to release the XM Player I was recently talking about under the MIT License anyway. So, better sooner than later. I named it FLXMP which stands for Flash Extended Module Player. I could come [...]]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t want to do this that early. But I realized that I need a proper version control and I intended to release the XM Player I was recently talking about under the <a href="http://www.opensource.org/licenses/mit-license.php" target="_blank">MIT License</a> anyway. So, better sooner than later. I named it FLXMP which stands for <strong>Fl</strong>ash E<strong>x</strong>tended <strong>M</strong>odule <strong>P</strong>layer. I could come up with a more fancy and creative name but in the end I wanted it to be self explanatory (beside aspects of humility which come with such a small project).</p>
<p><strong>Please notice:</strong><br />
The current version is still far away from being complete or stable. There is much work to do and you will find many &#8220;TODO&#8221; comments while browsing the code. Even the panning features I mistakenly declared as finished in a previous post are not implemented, yet. However, if you encounter crashes bugs or other problems feel free to report them in the <a href="http://code.google.com/p/flxmp/issues/list" target="_blank">issue tracker</a>.</p>
<p>You can download the current FLXMP version 0.1 (unstable!) from Google Code:<br />
<a href="http://code.google.com/p/flxmp/downloads/list">http://code.google.com/p/flxmp/downloads/list</a></p>
<p>There is also a public SVN access to the most recent upload.</p>
<p>A Documentation will follow soon, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thousand-thoughts.com/2010/08/flxmp-first-version-releases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semester Break</title>
		<link>http://www.thousand-thoughts.com/2010/08/semesterpause/</link>
		<comments>http://www.thousand-thoughts.com/2010/08/semesterpause/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 12:23:33 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[vessel]]></category>

		<guid isPermaLink="false">http://www.thousand-thoughts.com/?p=436</guid>
		<description><![CDATA[It was a quite successful first semester and I&#8217;m really happy that I attended that Master program at the Stuttgart Media University. Now, during the summer break I will continue with my projects and hopefully complete some of them soon. A short summary of what&#8217;s done and what&#8217;s still to do: 2D-Plattformer (no official name, [...]]]></description>
			<content:encoded><![CDATA[<p>It was a quite successful first semester and I&#8217;m really happy that I attended that Master program at the Stuttgart Media University. Now, during the summer break I will continue with my projects and hopefully complete some of them soon.</p>
<p>A short summary of what&#8217;s done and what&#8217;s still to do:</p>
<h3>2D-Plattformer (no official name, yet; working title: Vessel):</h3>
<ul>
<li>Done:
<ul>
<li>majority of gameplay mechanics (weapons, triggerable objects, etc.)</li>
<li>simple ai architecture</li>
<li>level bitmap interpreter (creates tile based levels from bitmaps, including ai-information and entities)</li>
<li>level transitions</li>
<li>basic enemies with animations (content)</li>
<li>basic mod player (see below)</li>
</ul>
</li>
<li>To Do:
<ul>
<li>bosses (this will be the biggest part, also including some sort of ai)</li>
<li>save game system</li>
<li>menus</li>
<li>music and sounds (content)</li>
<li>additional enemy types</li>
<li>additional level tilemaps (content)</li>
<li>decoration sprites (content)</li>
<li>name and logo (content)</li>
<li>level design (content)</li>
</ul>
</li>
</ul>
<h3>XM Player (no official name either):</h3>
<ul>
<li>Done:
<ul>
<li>mod player core is working and playback is possible</li>
<li>panning and envelope features for instruments are working</li>
<li>set tempo, portamento up, portamento down and tone portamento effects are working</li>
<li>basic volume commands are working</li>
</ul>
</li>
<li>To Do:
<ul>
<li>automatic vibrato for instruments</li>
<li>volume effect commands</li>
<li>most effect commands are missing (quite the biggest part)</li>
<li>file loader (currently, mod files need do be embedded via AS3 in order to be played)</li>
</ul>
</li>
</ul>
<p>Now, back to work&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thousand-thoughts.com/2010/08/semesterpause/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XM Audio, Second Try: Success!</title>
		<link>http://www.thousand-thoughts.com/2010/06/xm-audio-second-try-success/</link>
		<comments>http://www.thousand-thoughts.com/2010/06/xm-audio-second-try-success/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 23:50:01 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[FlodPro]]></category>
		<category><![CDATA[Milkytracker]]></category>
		<category><![CDATA[Module]]></category>

		<guid isPermaLink="false">http://www.thousand-thoughts.com/?p=412</guid>
		<description><![CDATA[After my previous capitulation in front of Extended Module playback via Flash, I could not keep my hands off that topic. I started a second attempt and rewrote the whole code from scratch. This time I used a more flat (less object oriented) approach with less function calls; plus: I made some research and profiling [...]]]></description>
			<content:encoded><![CDATA[<p>After my previous capitulation in front of Extended Module playback via Flash, I could not keep my hands off that topic. I started a second attempt and rewrote the whole code from scratch. This time I used a more flat (less object oriented) approach with less function calls; plus: I made some research and profiling regarding which constructs and data types are faster in Action Script 3.</p>
<p>Many problems in my previous attempt were caused by implicit type conversions and function call overheads. I also made some major architectual mistakes which made the whole project less controllable.</p>
<p>Now, everything runs smoothly and I&#8217;m happy with the results. However, not all features are implemented yet. Many XM-specific effects and stereo processing will follow. But this won&#8217;t have a big influence on performance, since the performance critical parts are basically done. I also was able to test the module player in my current game project and everythink went fine.</p>
<p>My special thanks go to Christian Corti and <a href="http://www.photonstorm.com/flod" target="_blank">Richard Davey</a> since I learned a lot from the FlodPro code. This is a quite decent chunk of work which I learned to respect and appreciate while working on my own module player.</p>
<p>Now it&#8217;s time for a small demo. The player below is playing the demo track &#8220;milk in veins&#8221; (by raina &amp; . from the CoolPHat demo group) which comes with the <a href="http://milkytracker.org/">Milkytracker</a> release.</p>
<p>P.S.: I sign off for the next two months since this semester&#8217;s exams are drawing near.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="115" height="40" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://www.thousand-thoughts.com/wp-content/uploads/SecondTry.swf" /><param name="name" value="instrument test" /><param name="bgcolor" value="#FFFFFF" /><param name="align" value="middle" /><param name="src" value="http://www.thousand-thoughts.com/wp-content/uploads/SecondTry.swf" /><param name="quality" value="high" /><embed type="application/x-shockwave-flash" width="115" height="40" src="http://www.thousand-thoughts.com/wp-content/uploads/SecondTry.swf" quality="high" align="middle" bgcolor="#FFFFFF" name="instrument test" data="http://www.thousand-thoughts.com/wp-content/uploads/SecondTry.swf"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thousand-thoughts.com/2010/06/xm-audio-second-try-success/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fail: Audio :(</title>
		<link>http://www.thousand-thoughts.com/2010/05/fail-audio/</link>
		<comments>http://www.thousand-thoughts.com/2010/05/fail-audio/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:03:36 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[FlodPro]]></category>
		<category><![CDATA[Module]]></category>

		<guid isPermaLink="false">http://www.thousand-thoughts.com/?p=410</guid>
		<description><![CDATA[I&#8217;ve invested much time in the development of a playback method for XM files in Action Script. I&#8217;ve achieved some results but I&#8217;m afraid that fixing those performance issues I encountered would take much more time than I&#8217;m currently willing to invest. My Module Library won&#8217;t make it into the game. Realizing this was quite [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve invested much time in the development of a playback method for XM files in Action Script. I&#8217;ve achieved some results but I&#8217;m afraid that fixing those performance issues I encountered would take much more time than I&#8217;m currently willing to invest. My Module Library won&#8217;t make it into the game. Realizing this was quite disenchanting for me. I&#8217;ll have to go for other alternatives for music playback. Maybe I&#8217;ll try out <a href="http://www.photonstorm.com/flod" target="_blank">FlodPro</a> by Christian Corti (located Richard Davey&#8217;s Photon Storm) &#8212; which I actually wanted to avoid.</p>
<p>However, I&#8217;ve learned a lot from this attempt. Sound processing can be really challanging. I&#8217;m sure I will reapproach this when there is more free time left.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thousand-thoughts.com/2010/05/fail-audio/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Module Instruments Implemented</title>
		<link>http://www.thousand-thoughts.com/2010/05/module-instruments-implemented/</link>
		<comments>http://www.thousand-thoughts.com/2010/05/module-instruments-implemented/#comments</comments>
		<pubDate>Fri, 07 May 2010 19:15:20 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Module]]></category>

		<guid isPermaLink="false">http://www.thousand-thoughts.com/?p=383</guid>
		<description><![CDATA[I just finished the implementation of all instrument features incorporated in the Fasttracker 2 extended module format. This includes: playing wave samples as notes (ok, that&#8217;s quite obvious) finetuning volume and panning control volume and panning envelopes instrument vibrato I&#8217;ve added a quick little demo below. You can click on the keyboard picture below and [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished the implementation of all instrument features incorporated in the Fasttracker 2 extended module format. This includes:</p>
<ul>
<li> playing wave samples as notes (ok, that&#8217;s quite obvious)</li>
<li>finetuning</li>
<li>volume and panning control</li>
<li>volume and panning envelopes</li>
<li>instrument vibrato</li>
</ul>
<p>I&#8217;ve added a quick little demo below. You can click on the keyboard picture below and use the (computer-) keyboard to play the notes. Basically, a ca. 1000 samples long 8-bit wave is being played through a bunch off effects resulting in the final instrument&#8217;s sound (and pitch). The file size is 17kB.</p>
<p>That&#8217;s nothing impressive yet, but it offers many possibilities.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="144" height="64" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://www.thousand-thoughts.com/wp-content/uploads/FlModLib.swf" /><param name="name" value="instrument test" /><param name="bgcolor" value="#FFFFFF" /><param name="align" value="middle" /><param name="src" value="http://www.thousand-thoughts.com/wp-content/uploads/FlModLib.swf" /><param name="quality" value="high" /><embed type="application/x-shockwave-flash" width="144" height="64" src="http://www.thousand-thoughts.com/wp-content/uploads/FlModLib.swf" quality="high" align="middle" bgcolor="#FFFFFF" name="instrument test" data="http://www.thousand-thoughts.com/wp-content/uploads/FlModLib.swf"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thousand-thoughts.com/2010/05/module-instruments-implemented/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extended Module Player in AS3</title>
		<link>http://www.thousand-thoughts.com/2010/05/extended-module-player-in-as3/</link>
		<comments>http://www.thousand-thoughts.com/2010/05/extended-module-player-in-as3/#comments</comments>
		<pubDate>Tue, 04 May 2010 16:15:09 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[Milkytracker]]></category>
		<category><![CDATA[Module]]></category>

		<guid isPermaLink="false">http://www.thousand-thoughts.com/?p=378</guid>
		<description><![CDATA[Music and sound are the most file size bloating assets when making flash games. If you want your game to have a low file size, you need to get rid of &#62;5MB mp3 files. So I decided to write an extended module player library for my game. The XM format is a tracker format introduced [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thousand-thoughts.com/wp-content/uploads/Milkytracker.png"><img class="aligncenter size-full wp-image-379" title="Milkytracker" src="http://www.thousand-thoughts.com/wp-content/uploads/Milkytracker.png" alt="" width="538" height="279" /></a></p>
<p>Music and sound are the most file size bloating assets when making flash games. If you want your game to have a low file size, you need to get rid of &gt;5MB mp3 files. So I decided to write an extended module player library for my game. The <a href="http://en.wikipedia.org/wiki/XM_%28file_format%29" target="_blank">XM</a> format is a tracker format introduced by <a href="http://en.wikipedia.org/wiki/Fast_Tracker" target="_blank">Fast Tracker 2</a> by the demogroup <a href="http://en.wikipedia.org/wiki/Triton_%28demogroup%29" target="_blank">Triton</a>. This should keep the music files below 100kB. Above you see a screenshot of <a href="http://www.milkytracker.org/" target="_blank">Milkytracker</a> which is a Windows compatible Tracker supporting the XM format.</p>
<p>Oh&#8230; yeah, of course the library is still work in progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thousand-thoughts.com/2010/05/extended-module-player-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back Online</title>
		<link>http://www.thousand-thoughts.com/2010/05/back-online/</link>
		<comments>http://www.thousand-thoughts.com/2010/05/back-online/#comments</comments>
		<pubDate>Mon, 03 May 2010 15:06:14 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[HdM]]></category>

		<guid isPermaLink="false">http://www.thousand-thoughts.com/?p=374</guid>
		<description><![CDATA[Many things have changed since my last post. I had trouble finding time to post and take care of the website due to recent (well, not so recent any more) happenings. A short summary: Nov 2009: Lost my Job in Munic Jan 2010: Moved back to Stuttgart Feb 2010: Got a short job opportunity as [...]]]></description>
			<content:encoded><![CDATA[<p>Many things have changed since my last post. I had trouble finding time to post and take care of the website due to recent (well, not so recent any more) happenings. A short summary:</p>
<ul>
<li> Nov 2009: Lost my Job in Munic</li>
<li> Jan 2010: Moved back to Stuttgart</li>
<li> Feb 2010: Got a short job opportunity as a freelance IT teacher</li>
<li> Mar 2010: Got an university place at the Stuttgart Media University (HdM)</li>
</ul>
<p>So apparently I&#8217;m a student again. I&#8217;m making my Master in Computer Science and Media in Stuttgart and I&#8217;m really enjoying it. And maybe there will be more time spent on game making <img src='http://www.thousand-thoughts.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Recent developments will follow soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thousand-thoughts.com/2010/05/back-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Currently Working on: AI</title>
		<link>http://www.thousand-thoughts.com/2009/11/zur-zeit-in-arbeit-ki/</link>
		<comments>http://www.thousand-thoughts.com/2009/11/zur-zeit-in-arbeit-ki/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 18:54:42 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[vessel]]></category>

		<guid isPermaLink="false">http://www.thousand-thoughts.com/?p=366</guid>
		<description><![CDATA[I had a few hours to clean up some stuff in the code and now it&#8217;s getting complicated. Time to make the artificial intelligence. I want to have some challanging NPCs but I don&#8217;t believe I can develop something super advanced in my available free time. Seems like I will have to simplify a few [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thousand-thoughts.com/wp-content/uploads/vessel03.png"><img class="aligncenter size-full wp-image-367" title="vessel03" src="http://www.thousand-thoughts.com/wp-content/uploads/vessel03.png" alt="vessel03" width="428" height="164" /></a></p>
<p>I had a few hours to clean up some stuff in the code and now it&#8217;s getting complicated. Time to make the artificial intelligence. I want to have some challanging NPCs but I don&#8217;t believe I can develop something super advanced in my available free time. Seems like I will have to simplify a few things here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thousand-thoughts.com/2009/11/zur-zeit-in-arbeit-ki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lights Off, Spot On!</title>
		<link>http://www.thousand-thoughts.com/2009/10/lights-off-spot-on/</link>
		<comments>http://www.thousand-thoughts.com/2009/10/lights-off-spot-on/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 21:09:14 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[flixel]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[vessel]]></category>

		<guid isPermaLink="false">http://www.thousand-thoughts.com/?p=361</guid>
		<description><![CDATA[I&#8217;ve just finished a plain lighting system for my sidescroller. It is possible to place custom sprites as lights into the scene. Those sprites are used to render a lightmap which represents the result of all lightsources in the current scene. Now I can create  scary places for the player]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thousand-thoughts.com/wp-content/uploads/vessel_lgt.jpg"><img class="aligncenter size-full wp-image-363" title="vessel_lgt" src="http://www.thousand-thoughts.com/wp-content/uploads/vessel_lgt.jpg" alt="vessel_lgt" width="465" height="191" /></a></p>
<p>I&#8217;ve just finished a plain lighting system for my sidescroller. It is possible to place custom sprites as lights into the scene. Those sprites are used to render a lightmap which represents the result of all lightsources in the current scene.</p>
<p>Now I can create  scary places for the player <img src='http://www.thousand-thoughts.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thousand-thoughts.com/2009/10/lights-off-spot-on/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Little Flash Sidescroller</title>
		<link>http://www.thousand-thoughts.com/2009/10/a-little-flash-sidescroller/</link>
		<comments>http://www.thousand-thoughts.com/2009/10/a-little-flash-sidescroller/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 18:16:28 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[flixel]]></category>
		<category><![CDATA[vessel]]></category>

		<guid isPermaLink="false">http://www.thousand-thoughts.com/?p=353</guid>
		<description><![CDATA[I&#8217;m still fiddling around with flixel. It&#8217;s a lot of fun and you can see the progress after every hour. Currently it looks like this is going to be my main project, since it is progresing so fast and my motivation to finish it increases every evening I spend with it. It is going to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://www.thousand-thoughts.com/wp-content/uploads/vessel_0.jpg"><img class="size-full wp-image-354 aligncenter" title="vessel_0" src="http://www.thousand-thoughts.com/wp-content/uploads/vessel_0.jpg" alt="vessel_0" width="420" height="225" /></a></p>
<p style="text-align: left;">I&#8217;m still fiddling around with <a href="http://flixel.org" target="_blank">flixel</a>. It&#8217;s a lot of fun and you can see the progress after every hour. Currently it looks like this is going to be my main project, since it is progresing so fast and my motivation to finish it increases every evening I spend with it. It is going to be a <a href="http://en.wikipedia.org/wiki/Metroid" target="_blank">Metroid</a>-Style Sidescroller. Nothing great or stunning, just a little fun <img src='http://www.thousand-thoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: left;">Following features are already implemented:</p>
<ul>
<li>moving, jumping, shooting, mouse aiming and all stuff like that</li>
<li>tile based level generation from pngs: Each pixel represents a tile, so I can create my levels easily in Gimp</li>
<li>multi-level support and level transitions</li>
</ul>
<p>Collision and graphics are totally covered by flixel, which is preatty neat <img src='http://www.thousand-thoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I believe I&#8217;ll have the most headache with AI. But that&#8217;s still in remote future.</p>
<p style="text-align: left;">
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.thousand-thoughts.com/2009/10/a-little-flash-sidescroller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
