<?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>porges &#187; Game</title>
	<atom:link href="http://porg.es/blog/tag/game/feed" rel="self" type="application/rss+xml" />
	<link>http://porg.es/blog</link>
	<description></description>
	<lastBuildDate>Sun, 06 May 2012 22:13:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Presenting Meteoroids</title>
		<link>http://porg.es/blog/presenting-meteoroids</link>
		<comments>http://porg.es/blog/presenting-meteoroids#comments</comments>
		<pubDate>Wed, 19 Nov 2008 23:23:37 +0000</pubDate>
		<dc:creator>Porges</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[self]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[massey]]></category>
		<category><![CDATA[meteoroids]]></category>
		<category><![CDATA[uni]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://porg.es/blog/?p=244</guid>
		<description><![CDATA[This post brought to you as part of fulfilling the requirements for Massey University’s 143.362. I thought I had posted this earlier, but it turns out I hadn&#8217;t. So, it&#8217;s here now Meteoroids Meteoroids is a simple game (the premise being an homage to the classic Asteroids-based titles), programmed in Processing. Audio is provided via [...]]]></description>
			<content:encoded><![CDATA[<p><i>This post brought to you as part of fulfilling the requirements for Massey University’s <a href="http://www.massey.ac.nz/massey/study/programme-course-and-paper-search/paper.cfm?paper_code=143.362">143.362</a>.</i></p>
<p>I thought I had posted this earlier, but it turns out I hadn&#8217;t. So, it&#8217;s here now <img src="http://porg.es/blog/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_razz.gif" alt="" /></p>
<h3>Meteoroids</h3>
<p>Meteoroids is a simple game (the premise being an homage to the classic Asteroids-based titles), programmed in <a href="http://processing.org/">Processing</a>. Audio is provided via <a href="http://chuck.cs.princeton.edu/">ChucK</a>, and input is provided by a Nintendo Wiimote via <a href="http://en.wikipedia.org/wiki/OpenSound_Control">OSC</a> commands generated from <a href="http://code.google.com/p/darwiinosc/">an extension</a> of <a href="http://sourceforge.net/projects/darwiin-remote/">Darwiin Remote</a>.</p>
<p>To explain more, here&#8217;s a short video <img src="http://porg.es/blog/wp-content/plugins/wp-smiley-switcher/noktahhitam/icon_smile.gif" alt="" /></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/_NdgujV3z5c&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_NdgujV3z5c&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://porg.es/blog/presenting-meteoroids/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ur-Quan Masters on Ubuntu AMD64</title>
		<link>http://porg.es/blog/the-ur-quan-masters-on-ubuntu-amd64</link>
		<comments>http://porg.es/blog/the-ur-quan-masters-on-ubuntu-amd64#comments</comments>
		<pubDate>Thu, 14 Sep 2006 20:41:31 +0000</pubDate>
		<dc:creator>Porges</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://porg.es/blog/the-ur-quan-masters-on-ubuntu-amd64</guid>
		<description><![CDATA[At the moment, The Ur-Quan Masters doesn&#8217;t work on AMD64. This is a shame, because I just found it and realised Star Control II was the game that I had played on my friend-down-the-road&#8217;s computer so many years ago. Attempting to fix this by forcing the install of the 32-bit version of uqm doesn&#8217;t work, [...]]]></description>
			<content:encoded><![CDATA[<p>At the moment, <a href="http://sc2.sourceforge.net/">The Ur-Quan Masters</a> doesn&#8217;t work on AMD64. This is a shame, because I just found it and realised Star Control II was the game that I had played on my friend-down-the-road&#8217;s computer so many years ago.</p>
<p>Attempting to fix this by forcing the install of the 32-bit version of <code>uqm</code> doesn&#8217;t work, because for some reason then apt won&#8217;t recognise that it is installed and complain that <code>uqm-content</code> has unmet dependencies. So here&#8217;s the official recommendation from me:</p>
<ol>
<li>Install <code>uqm</code> normally with the package manager.</li>
<li>Download the i386 .debs, extract them and overwrite the binary files from <code>uqm</code> (there are two of them).</li>
<li>Install <code>ia32-libs-sdl</code> for the 32-bit versions of the libraries it depends on.</li>
</ol>
<p>&#8230; and it should work perfectly. If you want voice-overs and music (yes!), head to <a href="http://sc2.sourceforge.net/downloads.php">the UQM download page</a>, and download the second two files listed under &#8220;Content&#8221; (you already have the first). These are in fact just renamed zip files, so unzip them to <code>/usr/share/games/uqm/content/</code> and you&#8217;re good to go.</p>
<p>And the game? Excellent. This is much better than the last game I bought&mdash;Civilization IV.</p>
]]></content:encoded>
			<wfw:commentRss>http://porg.es/blog/the-ur-quan-masters-on-ubuntu-amd64/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

