<?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>Ludum Dare &#187; spider</title>
	<atom:link href="http://www.ludumdare.com/compo/tag/spider/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ludumdare.com/compo</link>
	<description>A tri-annual 48 hour solo game development competition.</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:14:06 +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>Mr Spider and the Search for Evolutionary Powerups</title>
		<link>http://www.ludumdare.com/compo/2009/01/11/mr-spider-and-the-search-for-evolutionary-powerups/</link>
		<comments>http://www.ludumdare.com/compo/2009/01/11/mr-spider-and-the-search-for-evolutionary-powerups/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 13:22:34 +0000</pubDate>
		<dc:creator>jolle</dc:creator>
				<category><![CDATA[MiniLD #06]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[final]]></category>
		<category><![CDATA[fmodex]]></category>
		<category><![CDATA[GLFW]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[spider]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=4412</guid>
		<description><![CDATA[Here&#8217;s my entry. You control a spider that is in dire need of getting more legs. Sort of. Download Windows 32-bit binary with D source Instructions Collect all powerups to complete level. This will give you a time bonus. If time runs out or if you fall outside the world, the level ends, but you [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my entry. You control a spider that is in dire need of getting more legs. Sort of.</p>
<p><a href='http://www.ludumdare.com/compo/wp-content/uploads/2009/01/screenshot03-done.png'><img src="http://www.ludumdare.com/compo/wp-content/uploads/2009/01/screenshot03-done-300x225.png" alt="" width="300" height="225" class="alignnone size-medium wp-image-4413" /></a></p>
<p><strong>Download</strong><br />
<a href="http://jolle.se/48h/mini6/jolle-mrspider.zip">Windows 32-bit binary with D source</a></p>
<p><strong>Instructions</strong><br />
Collect all powerups to complete level. This will give you a time bonus.<br />
If time runs out or if you fall outside the world, the level ends, but you are left with the score you got for any collected powerups.</p>
<p><strong>Controls</strong><br />
Enter to start game.<br />
Esc to quit (also at level over etc).<br />
Left click/hold to set target. Speed based on distance.<br />
Right click/hold to set target and jump.</p>
<p><strong>Hints</strong><br />
You need to walk slowly to round edges.<br />
You can only sort of jump away from the current surface you are on.</p>
<p><strong>Source</strong><br />
Some source was previously written, but only sort of texture loading, font rendering and some init code.</p>
<p>Uses GLFW, FModEx, sfxr and some other stuff.</p>
<p>Also, note that the title bar is a total lier. The game did not take 32h to make, but 40h. That math is tricky stuff.</p>
<p>(For the framework stuff, the score is read from and written to &#8216;score.txt&#8217;.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2009/01/11/mr-spider-and-the-search-for-evolutionary-powerups/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>It Goes Tap-Tap-Tap</title>
		<link>http://www.ludumdare.com/compo/2009/01/10/it-goes-tap-tap-tap/</link>
		<comments>http://www.ludumdare.com/compo/2009/01/10/it-goes-tap-tap-tap/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 17:45:43 +0000</pubDate>
		<dc:creator>jolle</dc:creator>
				<category><![CDATA[MiniLD #06]]></category>
		<category><![CDATA[journal]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[spider]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=4384</guid>
		<description><![CDATA[OK, time for a journal entry for this fine mini ld. I&#8217;m doing a game where you controls a spidery thing. I&#8217;m not sure exactly what&#8217;s the point is yet, but I figure that you should a) collect something, b) evolve more legs and c) get to the top of the level. I might have [...]]]></description>
			<content:encoded><![CDATA[<p>OK, time for a journal entry for this fine mini ld.</p>
<p>I&#8217;m doing a game where you controls a spidery thing. I&#8217;m not sure exactly what&#8217;s the point is yet, but I figure that you should a) collect something, b) evolve more legs and c) get to the top of the level. I might have scoring based on time/things collected or whatever.</p>
<p><a href="http://www.ludumdare.com/compo/wp-content/uploads/2009/01/screenshot01.png"><img class="alignnone size-medium wp-image-4385" src="http://www.ludumdare.com/compo/wp-content/uploads/2009/01/screenshot01-300x225.png" alt="" width="300" height="225" /></a><br />
<em>It looks cooler in action!</em></p>
<p>I selected the Evolution theme just for the leg stuff, but I later realized Climb would be better really. But by that time, Climb was sadly taken. I don&#8217;t have an awful lot of time, so not sure how much evolvment I will have time to implement.</p>
<p>Currently I&#8217;m trying to get decent jump and foot attachment sounds, but it&#8217;s kind of tricky. Maybe better without sounds.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2009/01/10/it-goes-tap-tap-tap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

