<?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>Newer Media &#187; Space Invaders</title>
	<atom:link href="http://www.davemee.com/wp/tag/space-invaders/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davemee.com/wp</link>
	<description>Newest Media, we're nearly there!</description>
	<lastBuildDate>Sat, 03 Jul 2010 19:05:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>HCI in games, from the C&#8217;s perspective</title>
		<link>http://www.davemee.com/wp/200805/hci-in-games-from-the-cs-perspective/</link>
		<comments>http://www.davemee.com/wp/200805/hci-in-games-from-the-cs-perspective/#comments</comments>
		<pubDate>Sat, 24 May 2008 21:48:42 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Infoviz]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Tech for tech's sake]]></category>
		<category><![CDATA[computer mediated]]></category>
		<category><![CDATA[Director]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[Lingo]]></category>
		<category><![CDATA[Shockwave]]></category>
		<category><![CDATA[Space Invaders]]></category>

		<guid isPermaLink="false">http://www.davemee.com/wp/?p=27</guid>
		<description><![CDATA[Something of a blast from the past, a little project I threw together during my postgrad days. First, it&#8217;s written in Director. We had none of that flash back in those days! We were grateful that we could even altavista for imaging lingo snippets (people who remember this will be cringing, the kids these days [...]]]></description>
			<content:encoded><![CDATA[<p>Something of a blast from the past, a little project I threw together during my postgrad days.</p>
<p>First, it&#8217;s written in Director. We had none of that flash back in those days! We were grateful that we could even altavista for imaging lingo snippets (people who remember this will be cringing, the kids these days will be thinking&#8230; <em>imaging flash</em>?). Director recently came back from the dead, and you can get the <a href="http://www.adobe.com/shockwave/download/">plugin here</a>.</p>
<p>It&#8217;s a quick hack version of space invaders, which, for some reason, I implemented obscure <a href="http://mamedev.org/">MAME </a>controls to start. You&#8217;ll be <strong>pressing 5</strong>, then <strong>1</strong>, to start a game. I know, I know. And yes, there&#8217;s no defence blocks; this was to avoid clouding the high concept&#8230; (game after the jump)</p>
<p><span id="more-27"></span></p>
<p>High concept? Yes! Press the <strong>return key </strong>in game. Twice. The game is replaced with a stack of numbers. Each number directly relates to one aspect of the game &#8211; the position of an enemy, the player firing counter, the horizontal position of enemy bullets; each and every number has a purpose. See if you can still play the game using this reference data (known as <em>variables</em> by those who programme), rather than the visualisation of it. Can you beat the computer on it&#8217;s own turf &#8211; the world of numbers? (admittedly, the computer is at an advantage &#8211; it knows what each of those numbers refers to. There&#8217;s a reverse engineering challenge as well as a poor space invaders clone here, <em>for your double amusement</em>.)</p>
<div style="width:240px; height:225px; overflow:hidden;"><!-- dir code --></p>
<p><object classid="clsid:233C1507-6A77-46A4-9443-F871F945D258"<br />
 codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=11,0,0,0"<br />
 ID=siraw2008 width=240 height=225 VIEWASTEXT><param name=src value="http://dev.davemee.com/siraw/siraw2008.dcr"></param><param name=swRemote value="swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='false' "></param><param name=PlayerVersion value=11></param><param NAME=bgColor VALUE=#000000></param><param NAME=logo VALUE=FALSE><embed src="http://dev.davemee.com/siraw/siraw2008.dcr" bgColor=#000000 logo=FALSE  width=240 height=225 swRemote="swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='false' "<br />
 type="application/x-director" PlayerVersion=11 pluginspage="http://www.macromedia.com/shockwave/download/"></embed></param></object></p>
<p><!-- dir code ends --></div>
<p>Internally, the game code is tracking this amount of data, analysing, evaluating and following a set of procedures defined in the progamme fifty times a second. This is a very simplistic game; it was deliberately chosen so that a full set of variables could be displayed on-screen at once.</p>
<p>Take a step back. Think about how much more data is being thrown around by modern games (space invaders could be <a href="http://classicgaming.gamespy.com/View.php?view=ConsoleMuseum.Detail&amp;id=8">written in less than 4kb of data</a>) but also by your operating system, or even phone. Think about the complexity under the hood there.</p>
<p>Space Invaders &lt;RAW&gt; hopefully makes you appreciate how fundamental the role of data visualisation is in the modern world, how it imbues meaning into every computer mediated action we make; how pervasive the discipline has become, evolving from a by-product of basic programming roles into interaction, usability and experiential design specialities. Working with electronic data involves breaking tasks and processes down into their most fundamental, atomic pieces; this generates vast volumes of data to work with. Generations of <a href="http://www.madore.org/~david/computers/greatnames.html">computer science heroes </a>have layered <a href="http://en.wikipedia.org/wiki/Compiler">abstractions </a>and <a href="http://en.wikipedia.org/wiki/Object_orientation">metaphors </a>on top of these <a href="http://en.wikipedia.org/wiki/Assembly_language">fundamental approaches</a> to hide what&#8217;s going on under the hood, from both the user and the programmer behind it.</p>]]></content:encoded>
			<wfw:commentRss>http://www.davemee.com/wp/200805/hci-in-games-from-the-cs-perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
