<?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; sailor</title>
	<atom:link href="http://www.ludumdare.com/compo/tag/sailor/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>Sailor Linux version</title>
		<link>http://www.ludumdare.com/compo/2008/04/21/linux-version/</link>
		<comments>http://www.ludumdare.com/compo/2008/04/21/linux-version/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 20:33:08 +0000</pubDate>
		<dc:creator>gustav</dc:creator>
				<category><![CDATA[LD #11 - Minimalist - 2008]]></category>
		<category><![CDATA[final]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sailor]]></category>
		<category><![CDATA[sea]]></category>
		<category><![CDATA[water]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/2008/04/21/linux-version/</guid>
		<description><![CDATA[Hello again! The linux binaries (and source) are up! These are post-deadline versions where nothing except the necessary has been changed. In order to get the game working on linux I&#8217;ve changed the following things: Reference parameters in the Vector2 class has been set to const One _itoa_s() call has been changed to a sprintf() [...]]]></description>
			<content:encoded><![CDATA[<p>Hello again! The linux binaries (and source) are up! These are post-deadline versions where nothing except the necessary has been changed. In order to get the game working on linux I&#8217;ve changed the following things:</p>
<ul>
<li>Reference parameters in the Vector2 class has been set to const</li>
</ul>
<ul>
<li>One _itoa_s() call has been changed to a sprintf() call</li>
</ul>
<ul>
<li>The time function has been changed from clock() to (clock() * 1000 / CLOCKS_PER_SEC)</li>
</ul>
<p>Nothing else has been changed (in order to not cheat!), so there&#8217;s still a couple of bugs in there which can be used to get higher scores etc. I&#8217;m not going to tell you where though <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Linux binaries and source:</p>
<p><a href="http://gustav128.googlepages.com/sailor_linux.tar.gz">http://gustav128.googlepages.com/sailor_linux.tar.gz </a></p>
<p>I should probably mention that you can move your boat using the arrow keys and repaint it while sailing! (people often ignore the readme for some reason <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2008/04/21/linux-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sailor</title>
		<link>http://www.ludumdare.com/compo/2008/04/20/sailor/</link>
		<comments>http://www.ludumdare.com/compo/2008/04/20/sailor/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 00:18:42 +0000</pubDate>
		<dc:creator>gustav</dc:creator>
				<category><![CDATA[LD #11 - Minimalist - 2008]]></category>
		<category><![CDATA[final]]></category>
		<category><![CDATA[sailor]]></category>
		<category><![CDATA[sea]]></category>
		<category><![CDATA[water]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/2008/04/20/sailor/</guid>
		<description><![CDATA[Hello! I&#8217;m finally finished with my game, &#8220;Sailor&#8221;. The game let&#8217;s you build a boat and sail the sea. Try to stay afloat as long as possible, it&#8217;s not as easy as it sounds though. I&#8217;m way too tired to write a more lengthy post, please download the game and give it a try Windows binary and source: http://gustav128.googlepages.com/sailor_win.zip *UPDATE: The readme links to the wrong Visual C++ redistributable, here is the correct one: http://www.microsoft.com/downloads/details.aspx?FamilyID=200B2FD9-AE1A-4A14-984D-389C36F85647&#38;displaylang=en (Only download this if you experience problems when trying to run the game, [...]]]></description>
			<content:encoded><![CDATA[<p>Hello! I&#8217;m finally finished   with my game, &#8220;Sailor&#8221;.</p>
<p>The game let&#8217;s you build a boat and sail the sea. Try to stay afloat</p>
<p>as long as possible, it&#8217;s not as easy as it sounds though.</p>
<p>I&#8217;m way too tired to write a  more lengthy post, please download  the game and give it a try <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a HREF="http://www.ludumdare.com/compo/wp-content/uploads/2008/04/sailor.png" TITLE="Screenshot"><img SRC="http://www.ludumdare.com/compo/wp-content/uploads/2008/04/sailor.thumbnail.png" ALT="Screenshot" /></a></p>
<p>Windows binary and source:</p>
<p><a HREF="http://gustav128.googlepages.com/sailor_win.zip">http://gustav128.googlepages.com/sailor_win.zip</a></p>
<p>*UPDATE: The readme links to the wrong Visual C++ redistributable, here is the correct one:</p>
<p><a HREF="http://www.microsoft.com/downloads/details.aspx?FamilyID=200B2FD9-AE1A-4A14-984D-389C36F85647&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=200B2FD9-AE1A-4A14-984D-389C36F85647&amp;displaylang=en</a></p>
<p>(Only download this if you experience problems when trying to run the game, most of you already have this installed)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2008/04/20/sailor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

