<?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>Tim Anderson's ITWriting &#187; gaming</title>
	<atom:link href="http://www.itwriting.com/blog/category/gaming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwriting.com/blog</link>
	<description>Tech writing blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 17:17:43 +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>Google Native Client: browser apps unleashed, or misconceived and likely to fail?</title>
		<link>http://www.itwriting.com/blog/4767-google-native-client-browser-apps-unleashed-or-misconceived-and-likely-to-fail.html</link>
		<comments>http://www.itwriting.com/blog/4767-google-native-client-browser-apps-unleashed-or-misconceived-and-likely-to-fail.html#comments</comments>
		<pubDate>Mon, 15 Aug 2011 08:23:18 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[professional]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[activex]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[dosbox]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[native client]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/4767-google-native-client-browser-apps-unleashed-or-misconceived-and-likely-to-fail.html</guid>
		<description><![CDATA[<p>Last week Google integrated Native Client into the beta of Chrome 14. Native client lets you compile C/C++ code to run in the browser. It depends on a new plug-in API called Pepper. These are open source projects sponsored by Google and implemented in the Chrome browser, and therefore also likely to turn up <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/4767-google-native-client-browser-apps-unleashed-or-misconceived-and-likely-to-fail.html">Google Native Client: browser apps unleashed, or misconceived and likely to fail?</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/1166-want-google-earth-in-your-browser-dont-use-google-chrome.html' rel='bookmark' title='Permanent Link: Want Google Earth in your browser? Don&rsquo;t use Google Chrome.'>Want Google Earth in your browser? Don&rsquo;t use Google Chrome.</a></li>
<li><a href='http://www.itwriting.com/blog/3649-google-flexes-its-chrome-browser-muscles-removes-support-for-h-264-video-but-what-about-adobe-flash.html' rel='bookmark' title='Permanent Link: Google flexes its Chrome browser muscles, removes support for H.264 video &#8211; but what about Adobe Flash?'>Google flexes its Chrome browser muscles, removes support for H.264 video &#8211; but what about Adobe Flash?</a></li>
<li><a href='http://www.itwriting.com/blog/4208-native-apps-better-than-web-apps-thats-silly-talk-says-phonegap-president.html' rel='bookmark' title='Permanent Link: Native apps better than web apps? That&rsquo;s silly talk says PhoneGap president'>Native apps better than web apps? That&rsquo;s silly talk says PhoneGap president</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Last week Google integrated <a href="http://chrome.blogspot.com/2011/08/building-better-web-apps-with-new.html" target="_blank">Native Client</a> into the beta of Chrome 14. Native client lets you compile C/C++ code to run in the browser. It depends on a new plug-in API called <a href="http://code.google.com/p/ppapi/" target="_blank">Pepper</a>. These are open source projects sponsored by Google and implemented in the Chrome browser, and therefore also likely to turn up in Chrome OS which is an operating system in which all apps run in the browser.</p>
<p>Native Client is cool. For example, <a href="http://www.naclbox.com/" target="_blank">NaCLBox</a> lets you run old DOS games in the browser by porting <a href="http://www.dosbox.com/" target="_blank">DOSBox</a> to Native Client.</p>
<p><a href="http://www.itwriting.com/blog/wp-content/uploads/2011/08/image15.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.itwriting.com/blog/wp-content/uploads/2011/08/image_thumb15.png" width="243" height="244" /></a></p>
<p>Another project is <a href="http://developer.qt.nokia.com/wiki/Qt_for_Google_Native_Client" target="_blank">Qt for Google Native Client</a>, a project currently in development. Qt is an excellent and popular GUI and application framework which would speed development of Native Client apps as well as enabling many existing applications to be ported.</p>
<p>It is also worth mentioning that Native Client provides another way to run .NET code in the browser, via <a href="https://groups.google.com/group/native-client-discuss/msg/6ae90c661fdfa5a2" target="_blank">Mono with NaCl support</a>.</p>
<p>Why Native Client? Google’s vision, or at least the part of it that focuses on Chrome OS rather than Android, is that everything runs on the Internet and in the browser, making the local operating system unimportant and easily replaced. Native Client removes any performance compromises in managed languages such as JavaScript, ActionScript or Java, as well as easing migration for businesses with existing C/C++ code.</p>
<p>Writing native code for the browser is nothing new. Both Microsoft’s ActiveX and the NPAPI plug-in API used by non-Microsoft browsers let you extend the browser with native code. However Native Client is seamless for the user; you do not have to install any additional plug-in. The main limitation is that Native Client applets do not have access to the local operating system, for security reasons.</p>
<p>It is also worth noting that Native Client apps are not altogether cross-platform. They must be recompiled for different CPU instruction sets, with the current implementation supporting x86 and ARM though you have to compile two binaries. Google says it will support <a href="http://llvm.org/" target="_blank">LLVM</a> output to enable cross-platform binaries though this will impact performance.</p>
<p>But is Native Client secure? That is an open question. Google was aware of the security challenge from the beginning of the project. Unlike the plug-in mechanisms which rely mainly on trust in developer competence and signed code to verify the origin of the plug-in or ActiveX control, Native Client inspects the actual code for unsafe instructions before allowing it to run. There is also an “outer sandbox” which intercepts system calls.</p>
<p>However, adding any new way for code to run makes the browser less secure. Google ran a <a href="http://code.google.com/contests/nativeclient-security/" target="_blank">Native Client Security Contest</a> to help identify vulnerabilities, and the contestants did not have any problem finding security flaws. Of course all of these discovered flaws will have been fixed, but there may be others and likely will be.</p>
<p>And is Native Client necessary? The latest JIT-compiled JavaScript engines are fast enough to enable most types of application to run at a satisfactory speed. This is not just about performance though; it is about reusing existing skills, libraries and applications. There is no doubt that Native Client is nice to have; whether its benefits outweigh the risks is harder to judge.</p>
<p>The last question, which may prove the most significant, is political. Google has forged ahead on its own with Native Client, saying as vendors always do that it hopes it will become a web standard. In the early days of the project, it looked like a Native Client plug-in might enable the feature in other browsers, but abandoning NPAPI for Pepper makes this difficult. Will other browser vendors support Native Client?</p>
<p>Here is a <a href="https://groups.google.com/group/native-client-discuss/browse_thread/thread/189367bd309fb13f" target="_blank">comment</a> from Google’s Ian NI-Lewis that I find remarkable:</p>
<blockquote><p>As you probably know, the rule in Web standards is &quot;implementation wins.&quot; So we&#8217;re concentrating on getting a good quality implementation out the door. We&#8217;re doing that in Chrome. That doesn&#8217;t mean that NaCl is intended to be &quot;Chrome only,&quot; just that we have to start somewhere. </p>
</blockquote>
<p>So Native Client is non-standard, and therefore less interesting than HTML 5 until either Google has a Microsoft-Office-like de facto monopoly of web browsers, or it persuades Mozilla, Microsoft and Apple to support it.</p>
<p>That said, you can think of Chrome as an installable runtime in the same way as the Java Virtual Machine or Adobe Flash, just a potentially more intrusive one. Here is our app, you have to install the free Chrome browser to use it. If this happens to any great extent, I can foresee other browser makers hastening to support it.</p>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/1166-want-google-earth-in-your-browser-dont-use-google-chrome.html' rel='bookmark' title='Permanent Link: Want Google Earth in your browser? Don&rsquo;t use Google Chrome.'>Want Google Earth in your browser? Don&rsquo;t use Google Chrome.</a></li>
<li><a href='http://www.itwriting.com/blog/3649-google-flexes-its-chrome-browser-muscles-removes-support-for-h-264-video-but-what-about-adobe-flash.html' rel='bookmark' title='Permanent Link: Google flexes its Chrome browser muscles, removes support for H.264 video &#8211; but what about Adobe Flash?'>Google flexes its Chrome browser muscles, removes support for H.264 video &#8211; but what about Adobe Flash?</a></li>
<li><a href='http://www.itwriting.com/blog/4208-native-apps-better-than-web-apps-thats-silly-talk-says-phonegap-president.html' rel='bookmark' title='Permanent Link: Native apps better than web apps? That&rsquo;s silly talk says PhoneGap president'>Native apps better than web apps? That&rsquo;s silly talk says PhoneGap president</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/4767-google-native-client-browser-apps-unleashed-or-misconceived-and-likely-to-fail.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flash to get 3D acceleration with &#8220;Molehill&#8221;</title>
		<link>http://www.itwriting.com/blog/3371-flash-to-get-3d-acceleration-with-molehill.html</link>
		<comments>http://www.itwriting.com/blog/3371-flash-to-get-3d-acceleration-with-molehill.html#comments</comments>
		<pubDate>Wed, 27 Oct 2010 00:45:49 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[professional]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[gpu]]></category>
		<category><![CDATA[molehill]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/3371-flash-to-get-3d-acceleration-with-molehill.html</guid>
		<description><![CDATA[<p>One of the demos here at Adobe Max was a 3D racing game, running in Flash with 3D acceleration. It was enabled by a new set of GPU-accelerated APIs codenamed Molehill. Adobe CTO Kevin Lynch remarked that with GPU-accelerated 3D, Flash games could come closer to console games in the experience they offer. Lynch <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/3371-flash-to-get-3d-acceleration-with-molehill.html">Flash to get 3D acceleration with &#8220;Molehill&#8221;</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/371-flash-silverlight-the-future-of-video-games.html' rel='bookmark' title='Permanent Link: Flash, Silverlight the future of video games?'>Flash, Silverlight the future of video games?</a></li>
<li><a href='http://www.itwriting.com/blog/2581-adobes-kevin-lynch-were-focusing-on-everybody-else.html' rel='bookmark' title='Permanent Link: Adobe&rsquo;s Kevin Lynch: we&rsquo;re focusing on everybody else'>Adobe&rsquo;s Kevin Lynch: we&rsquo;re focusing on everybody else</a></li>
<li><a href='http://www.itwriting.com/blog/2288-flash-10-1-mobile-roadmap-confusion-windows-phone-support-far-off.html' rel='bookmark' title='Permanent Link: Flash 10.1 mobile roadmap confusion, Windows phone support far off'>Flash 10.1 mobile roadmap confusion, Windows phone support far off</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>One of the demos here at Adobe Max was a 3D racing game, running in Flash with 3D acceleration. It was enabled by a new set of GPU-accelerated APIs codenamed <a href="http://labs.adobe.com/technologies/flash/molehill/" target="_blank">Molehill</a>. Adobe CTO Kevin Lynch remarked that with GPU-accelerated 3D, Flash games could come closer to console games in the experience they offer. Lynch also demonstrated using a game controller with a Flash game.</p>
<p>There are no precise dates for availability, but Adobe expects to offer a public beta in the first half of 2011. The APIs will be available in a future version of the Flash Player. Under the covers, the 3D APIs will user DirectX 9 on Windows and OpenGL 1.3 on MacOS and Linux. If no supported 3D API is found on a particular platform, Flash will fall back to software rendering.</p>
<p>One interesting aspect is that Molehill will also work on mobile devices, where it will use OpenGL ES 2.0. Apparently GPUs will be common on mobile devices because they enable longer battery life than relying on the CPU for all processing. I heard similar remarks at the NVIDIA GPU conference last month.</p>
<p>This will be a significant development, especially when put in the context of Flash appearing in the living room, built into a TV or on Google TV.</p>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/371-flash-silverlight-the-future-of-video-games.html' rel='bookmark' title='Permanent Link: Flash, Silverlight the future of video games?'>Flash, Silverlight the future of video games?</a></li>
<li><a href='http://www.itwriting.com/blog/2581-adobes-kevin-lynch-were-focusing-on-everybody-else.html' rel='bookmark' title='Permanent Link: Adobe&rsquo;s Kevin Lynch: we&rsquo;re focusing on everybody else'>Adobe&rsquo;s Kevin Lynch: we&rsquo;re focusing on everybody else</a></li>
<li><a href='http://www.itwriting.com/blog/2288-flash-10-1-mobile-roadmap-confusion-windows-phone-support-far-off.html' rel='bookmark' title='Permanent Link: Flash 10.1 mobile roadmap confusion, Windows phone support far off'>Flash 10.1 mobile roadmap confusion, Windows phone support far off</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/3371-flash-to-get-3d-acceleration-with-molehill.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review: Wii Sports Resort and MotionPlus</title>
		<link>http://www.itwriting.com/blog/1648-review-wii-sports-resort-and-motionplus.html</link>
		<comments>http://www.itwriting.com/blog/1648-review-wii-sports-resort-and-motionplus.html#comments</comments>
		<pubDate>Sun, 26 Jul 2009 19:32:05 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[gaming]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/1648-review-wii-sports-resort-and-motionplus.html</guid>
		<description><![CDATA[<p>Nintendo’s Wii Sports Resort with bundled MotionPlus accessory is just out, and I tried them out today. Sports Resort is the same concept as the original Wii Sports that is bundled with the console, with a mostly different selection of games and more advanced gameplay, while the MotionPlus accessory clips on to the Wii <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/1648-review-wii-sports-resort-and-motionplus.html">Review: Wii Sports Resort and MotionPlus</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/153-wii-a-one-trick-console-but-its-a-great-trick.html' rel='bookmark' title='Permanent Link: Wii a one-trick console, but it&#8217;s a great trick'>Wii a one-trick console, but it&#8217;s a great trick</a></li>
<li><a href='http://www.itwriting.com/blog/400-which-games-console-this-christmas.html' rel='bookmark' title='Permanent Link: Which games console this Christmas?'>Which games console this Christmas?</a></li>
<li><a href='http://www.itwriting.com/blog/371-flash-silverlight-the-future-of-video-games.html' rel='bookmark' title='Permanent Link: Flash, Silverlight the future of video games?'>Flash, Silverlight the future of video games?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Nintendo’s Wii Sports Resort with bundled MotionPlus accessory is just out, and I tried them out today. Sports Resort is the same concept as the original Wii Sports that is bundled with the console, with a mostly different selection of games and more advanced gameplay, while the MotionPlus accessory clips on to the Wii remote to make the motion sensing more accurate and sensitive.</p>
<p>I was interested in the game as the original Wii Sports was groundbreaking and for some time the best game on the Wii. While Microsoft and Sony beat themselves to a loss-making pulp by maxing out processing power and graphics performance, Nintendo introduced what was really the next generation of gaming, something that is closer to the real thing than using a conventional controller, and the company is now reaping the reward. Other factors are the high quality of the software, and that it targets the entire family rather than hard core gamers.</p>
<p>The MotionPlus is a hard sell, in that it seems on the surface to do essentially the same thing as the original controller, it is annoying to have to buy more than one if you want to go multiplayer, and it increases the price of the game (though your next MotionPlus game will not be so expensive). It also drains the battery a little faster.</p>
<p>In reality, MotionPlus is a significant advance, adding a gyro sensor to the existing accelerometer. This enables games to respond to rotational movement as well as movement in straight lines – see <a href="http://us.wii.com/iwata_asks/wiimotionplus/vol1_page1.jsp">this interview</a> and <a href="http://invensense.com/support/FLVPlayer_Progressive.swf?skinName=Halo_Skin_3&amp;streamName=../Library/InvenSense5_VP6_512K">this video</a> for more detail. Games like Swordplay and Table Tennis – both in Sports Resort – would not be possible without it.</p>
<p>In fact, Table Tennis was one of the first games I tried, and it was extraordinary. I held the controller, pretended it was a bat, played table tennis – and it worked, more or less. Admittedly the game is a bit more forgiving than the real thing (at least on the beginner levels), but it’s still remarkable; and I don’t have room for a real table in my house.</p>
<p>Sports Resort is a lot of fun. There are 12 games:</p>
<ul>
<li>Swordplay </li>
<li>Wakeboarding </li>
<li>Frisbee </li>
<li>Archery </li>
<li>Basketball </li>
<li>Table Tennis </li>
<li>Golf </li>
<li>Bowling </li>
<li>Power Cruising </li>
<li>Canoeing </li>
<li>Cycling </li>
<li>Air Sports (Flying, Skydiving) </li>
</ul>
<p>Of these, only bowling and golf repeat games in the original Wii Sports. </p>
<p>The games are pretty simple; the Wii is all about fun and accessibility. They are still challenging though, and have that “just one more try” quality that is characteristic of the best games. In cycling, for example, you pedal with your hands, but frenetic hand waving does not work since if your cyclist runs out of breath, he stops for a swig of water, losing you the race. If you want to do really well, you need to master steering, which is fairly tricky, in order to ride in the draft of cyclists ahead of you, as well as pacing the pedalling correctly.</p>
<p>Archery is in some ways a similar concept to golf – judge where to aim taking into account the wind and the arc of the arrow. There are also some secret targets. </p>
<p>Swordplay is a real workout. You can parry, stab and swing, and its difficult to avoid edging forward towards the TV screen – it would not surprise me if one or two accidents occur – but this is an involving and energetic game, and a highlight of Sports Resort.</p>
<p>I love the Table Tennis as I’ve already mentioned.</p>
<p>Basketball is disappointingly simple – a team game is much harder to execute successfully.</p>
<p>Bowling is great but a bit too close to the earlier version.</p>
<p>Overall the game displays Nintendo’s usual skill and attention to detail – recommended for indoor fun.</p>
<p><iframe style="width: 120px; height: 240px" marginheight="0" src="http://rcm-uk.amazon.co.uk/e/cm?lt1=_blank&amp;bc1=000000&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=onlyconnectsyste&amp;o=2&amp;p=8&amp;l=as1&amp;m=amazon&amp;f=ifr&amp;asins=B001COQW14" frameborder="0" marginwidth="0" scrolling="no"></iframe>&#160;<iframe style="width: 120px; height: 240px" marginheight="0" src="http://rcm.amazon.com/e/cm?t=itwriting-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=B001COQW14&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" frameborder="0" marginwidth="0" scrolling="no"></iframe></p>
<p>&#160;</p>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:00cf20e7-e1a3-40d1-92d5-19a5ab7a77bf" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/gaming" rel="tag">gaming</a>,<a href="http://technorati.com/tags/nintendo" rel="tag">nintendo</a>,<a href="http://technorati.com/tags/wii" rel="tag">wii</a>,<a href="http://technorati.com/tags/microsoft" rel="tag">microsoft</a>,<a href="http://technorati.com/tags/sony" rel="tag">sony</a></div>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/153-wii-a-one-trick-console-but-its-a-great-trick.html' rel='bookmark' title='Permanent Link: Wii a one-trick console, but it&#8217;s a great trick'>Wii a one-trick console, but it&#8217;s a great trick</a></li>
<li><a href='http://www.itwriting.com/blog/400-which-games-console-this-christmas.html' rel='bookmark' title='Permanent Link: Which games console this Christmas?'>Which games console this Christmas?</a></li>
<li><a href='http://www.itwriting.com/blog/371-flash-silverlight-the-future-of-video-games.html' rel='bookmark' title='Permanent Link: Flash, Silverlight the future of video games?'>Flash, Silverlight the future of video games?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/1648-review-wii-sports-resort-and-motionplus.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Farewell to Ensemble Studios and thanks for Age of Empires</title>
		<link>http://www.itwriting.com/blog/1202-farewell-to-ensemble-studios-and-thanks-for-age-of-empires.html</link>
		<comments>http://www.itwriting.com/blog/1202-farewell-to-ensemble-studios-and-thanks-for-age-of-empires.html#comments</comments>
		<pubDate>Wed, 04 Feb 2009 12:55:51 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[gaming]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[multimedia]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/1202-farewell-to-ensemble-studios-and-thanks-for-age-of-empires.html</guid>
		<description><![CDATA[<p>Saw this sad note on the Ensemble Studios site today:</p> <p></p> <p>Ensemble Studios created the Age of Empires series of games; I’ve played these since the first release and had a huge amount of fun. Some of the best times have been with multiplayer with friends and family on a home network. The games <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/1202-farewell-to-ensemble-studios-and-thanks-for-age-of-empires.html">Farewell to Ensemble Studios and thanks for Age of Empires</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/1081-amethyst-from-sapphiresteel-develop-flex-in-visual-studio-an-alternative-to-tofino.html' rel='bookmark' title='Permanent Link: Amethyst from SapphireSteel: Develop Flex in Visual Studio, an alternative to Tofino'>Amethyst from SapphireSteel: Develop Flex in Visual Studio, an alternative to Tofino</a></li>
<li><a href='http://www.itwriting.com/blog/1060-develop-for-adobe-flex-in-microsoft-visual-studio.html' rel='bookmark' title='Permanent Link: Develop for Adobe Flex in Microsoft Visual Studio &ndash; or maybe not'>Develop for Adobe Flex in Microsoft Visual Studio &ndash; or maybe not</a></li>
<li><a href='http://www.itwriting.com/blog/400-which-games-console-this-christmas.html' rel='bookmark' title='Permanent Link: Which games console this Christmas?'>Which games console this Christmas?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Saw this sad note on the <a href="http://www.ensemblestudios.com" target="_blank">Ensemble Studios</a> site today:</p>
<p><img src="http://www.itwriting.com/images/aoe-goodbye.gif" /></p>
<p>Ensemble Studios created the Age of Empires series of games; I’ve played these since the first release and had a huge amount of fun. Some of the best times have been with multiplayer with friends and family on a home network. The games combine strategic interest and challenge with rich graphics, which of course have evolved remarkably in line with increasingly powerful PC graphics cards.</p>
<p>If anyone from Ensemble reads this – thank you.</p>
<p>We can still enjoy playing the games but the studio is a victim of Microsoft’s cost-cutting. This particular closure was announced in September 2008, though the closure was delayed to enabled the completion of <a href="http://www.xbox.com/en-US/games/h/halowars/" target="_blank">Halo Wars</a>. While I have no idea what the spreadsheets say, I’m surprised to see Microsoft wielding the axe in this area of its business. We’ve recently been reading how video games are <a href="http://news.bbc.co.uk/1/hi/technology/7709298.stm" target="_blank">surpassing music and video</a> in turnover and that they are relatively resilient in a recession since they are for evenings in rather than nights out. High quality PC games have a spinoff benefit for Microsoft by making Windows a more attractive platform. </p>
<p>The recently announced closure of Aces Studio, responsible for Flight Simulator and the <a href="http://www.microsoft.com/esp/" target="_blank">ESP</a> simulation platform, seems even more short-sighted. As <a href="http://www.redmonk.com/jgovernor/2009/02/03/crossing-the-chasm-microsoft-cedes-world-sim-to-google/" target="_blank">James Governor observes</a>, virtual worlds and simulation have huge business potential and environmental benefit.</p>
<p>Crispygamer.com has an extended <a href="http://www.crispygamer.com/features/2008-12-16/age-of-ensemble-part-1-a-titan-passes.aspx" target="_blank">Ensemble tribute</a>.</p>
<p>PS on a happier note, Ensemble’s Bruce Shelley noted in his last blog entry (which seems to have gone offline):</p>
<blockquote><p>There are at least two new studios being formed by ES employees and I expect both to do very well. There were a lot of outstanding game developers here and it will be interesting to see how and what they do, both individually and as new groups, in the years ahead.</p>
</blockquote>
<div class="wlWriterEditableSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b18138bb-f87f-4635-8a6d-abb14fcbfe8a" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/ensemble+studios" rel="tag">ensemble studios</a>, <a href="http://technorati.com/tags/age+of+empires" rel="tag">age of empires</a>, <a href="http://technorati.com/tags/aces+studio" rel="tag">aces studio</a>, <a href="http://technorati.com/tags/flight+simulator" rel="tag">flight simulator</a>, <a href="http://technorati.com/tags/microsoft" rel="tag">microsoft</a></div>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/1081-amethyst-from-sapphiresteel-develop-flex-in-visual-studio-an-alternative-to-tofino.html' rel='bookmark' title='Permanent Link: Amethyst from SapphireSteel: Develop Flex in Visual Studio, an alternative to Tofino'>Amethyst from SapphireSteel: Develop Flex in Visual Studio, an alternative to Tofino</a></li>
<li><a href='http://www.itwriting.com/blog/1060-develop-for-adobe-flex-in-microsoft-visual-studio.html' rel='bookmark' title='Permanent Link: Develop for Adobe Flex in Microsoft Visual Studio &ndash; or maybe not'>Develop for Adobe Flex in Microsoft Visual Studio &ndash; or maybe not</a></li>
<li><a href='http://www.itwriting.com/blog/400-which-games-console-this-christmas.html' rel='bookmark' title='Permanent Link: Which games console this Christmas?'>Which games console this Christmas?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/1202-farewell-to-ensemble-studios-and-thanks-for-age-of-empires.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft fixes Xbox 360 license transfer</title>
		<link>http://www.itwriting.com/blog/701-microsoft-fixes-xbox-360-license-transfer.html</link>
		<comments>http://www.itwriting.com/blog/701-microsoft-fixes-xbox-360-license-transfer.html#comments</comments>
		<pubDate>Mon, 30 Jun 2008 10:12:18 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[amazon]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/701-microsoft-fixes-xbox-360-license-transfer.html</guid>
		<description><![CDATA[<p>Microsoft has finally fixed a long-standing irritation with the Xbox 360: the inability to transfer licenses for purchased games from one console to another. The new license transfer tool lets you consolidate all your download purchases to a specific Xbox 360, even if some were downloaded onto a console that no longer works or <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/701-microsoft-fixes-xbox-360-license-transfer.html">Microsoft fixes Xbox 360 license transfer</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/554-xbox-360-nearly-great.html' rel='bookmark' title='Permanent Link: XBox 360: nearly great'>XBox 360: nearly great</a></li>
<li><a href='http://www.itwriting.com/blog/81-hey-microsoft-what-happened-to-xbox-360-backwards-compatibility.html' rel='bookmark' title='Permanent Link: Hey, Microsoft! What happened to XBox 360 backwards compatibility?'>Hey, Microsoft! What happened to XBox 360 backwards compatibility?</a></li>
<li><a href='http://www.itwriting.com/blog/270-fixing-the-xbox-360.html' rel='bookmark' title='Permanent Link: Fixing the Xbox 360'>Fixing the Xbox 360</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Microsoft has finally fixed a long-standing irritation with the Xbox 360: the inability to transfer licenses for purchased games from one console to another. The new <a href="http://www.xbox.com/en-US/support/systemuse/xbox360/licensemigration/faq.htm">license transfer tool</a> lets you consolidate all your download purchases to a specific Xbox 360, even if some were downloaded onto a console that no longer works or was sold on.</p>
<p>I’m personally grateful as I ran into <a href="http://www.itwriting.com/blog/554-xbox-360-nearly-great.html">exactly this problem</a> and had an argument with support about it.</p>
<p>There’s a wider point here. If I buy virtual property, like software, music or an ebook, it makes sense to record that ownership in the cloud so that there is no need to keep backups and it cannot really be stolen (other than by hacking the online account, I guess). </p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:bc0736f8-8825-46c2-b552-dcc0d2821f08" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/microsoft" rel="tag">microsoft</a>, <a href="http://technorati.com/tags/xbox+360" rel="tag">xbox 360</a>, <a href="http://technorati.com/tags/drm" rel="tag">drm</a></div>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/554-xbox-360-nearly-great.html' rel='bookmark' title='Permanent Link: XBox 360: nearly great'>XBox 360: nearly great</a></li>
<li><a href='http://www.itwriting.com/blog/81-hey-microsoft-what-happened-to-xbox-360-backwards-compatibility.html' rel='bookmark' title='Permanent Link: Hey, Microsoft! What happened to XBox 360 backwards compatibility?'>Hey, Microsoft! What happened to XBox 360 backwards compatibility?</a></li>
<li><a href='http://www.itwriting.com/blog/270-fixing-the-xbox-360.html' rel='bookmark' title='Permanent Link: Fixing the Xbox 360'>Fixing the Xbox 360</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/701-microsoft-fixes-xbox-360-license-transfer.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ninja Gaiden 2: great but not quite finished</title>
		<link>http://www.itwriting.com/blog/690-ninja-gaiden-2-great-but-not-quite-finished.html</link>
		<comments>http://www.itwriting.com/blog/690-ninja-gaiden-2-great-but-not-quite-finished.html#comments</comments>
		<pubDate>Sun, 22 Jun 2008 17:27:27 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[gaming]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/690-ninja-gaiden-2-great-but-not-quite-finished.html</guid>
		<description><![CDATA[<p>Today I completed my run-through with Ninja Gaiden 2. This is the successor to what is in my opinion the finest game on the Xbox, Ninja Gaiden Black. I used the Warrior difficult, on the grounds that Acolyte (the introductory difficulty setting) is not how the game is intended to be played.</p> <p>This is <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/690-ninja-gaiden-2-great-but-not-quite-finished.html">Ninja Gaiden 2: great but not quite finished</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/656-end-of-an-era-ninja-gaiden-designer-tomonobu-itagaki-departs-tecmo.html' rel='bookmark' title='Permanent Link: End of an era: Ninja Gaiden designer Tomonobu Itagaki departs Tecmo'>End of an era: Ninja Gaiden designer Tomonobu Itagaki departs Tecmo</a></li>
<li><a href='http://www.itwriting.com/blog/324-ninja-gaiden-2-announced.html' rel='bookmark' title='Permanent Link: Ninja Gaiden 2 announced'>Ninja Gaiden 2 announced</a></li>
<li><a href='http://www.itwriting.com/blog/3409-first-impressions-of-microsoft-kinect.html' rel='bookmark' title='Permanent Link: First impressions of Microsoft Kinect &#8211; great hardware waiting for great software'>First impressions of Microsoft Kinect &#8211; great hardware waiting for great software</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I completed my run-through with Ninja Gaiden 2. This is the successor to what is in my opinion the finest game on the Xbox, Ninja Gaiden Black. I used the Warrior difficult, on the grounds that Acolyte (the introductory difficulty setting) is not how the game is intended to be played.</p>
<p>This is an old-school game: single player, third person view, clear focus on one thing, which is combat. The enjoyment of the game (and it is very enjoyable) is in the intensity of the battles. The depth of the game is in the combat system, which features multiple weapons with many different attacks. You also need to keep your character on the move, rolling and jumping; much of the fun is in working out the best strategy for each enemy or boss. </p>
<p>One word to describe the game experience: drama. Everything is larger than life; the bosses are fantastic creations; the architecture is soaring; the sound effects are thunderous; the special effects are gorgeous.</p>
<p>However, this is a game which sticks closely to the formula of its predecessor. In some ways it has gone backwards. Ninja Gaiden Black is more or less free roam in its later chapters; this one is linear and you can rarely retrace your steps. Other things have improved. There is more variety in weapons; the scenery is even richer; the health system is a little more sophisticated, distinguishing between long-term and short-term damage.</p>
<p>Some reviewers have complained about the shallow plot. It didn’t bother me. Ninja Gaiden 1 also has a weak plot, in which you discover after fighting through numerous tough chapters that you are back where you started. That’s not the point; both games are about a sequence of combat challenges. The replay value is great; simply start again on a higher difficulty and face new enemies and much tougher challenges.</p>
<p>Unfortunately there are flaws. The one that everyone will notice is slowdown when the action is particularly busy. This is not as bad as it sounds; mostly the game plays fine provided you have the &quot;cinema&quot; feature off (this saves a video of your game so you can show it off later). It&#8217;s still disappointing; occasionally it&#8217;s like playing in slow motion. Maybe there will be a downloadable update to fix this. </p>
</p>
</p>
<p>Some players have discovered glitches which prevent progress, forcing a return to the previous save. I didn’t hit any of these. I did however miss a crucial item in chapter 2, which means I have to replay the game to use a feature called “Tests of valor”. The reason I missed it: a bug which stops a cut-scene appearing if you happen to kill certain enemies in the “wrong” place.</p>
<p>Hard-core Ninja Gaiden players are complaining about flaws which casual players will miss. For example, there is an online leaderboard where you can upload your score. The way this works is that you get points, called karma, for each enemy you kill. More stylish kills win greater points. Unfortunately there is a point in the game where you can kill the same enemies again and again racking up unlimited points. That’s a major bug if you are trying to compete.</p>
<p>The other common complaint is about the balance between what is difficult and what is just annoying. Ninja Gaiden is known to be a tough game; I certainly found it so. That’s OK if it is a matter of skill; not if you just have to be lucky, die nineteen times but succeed on the twentieth go when the AI finds a favourable sequence. In my opinion there is far more skill than luck in this game, but there are times when it seems impossible to survive other than by good fortune, or perhaps resorting to magical attacks that are blunt instruments.</p>
<p>What this means is that to fulfil its potential Ninja Gaiden 2 needs a process of refinement like that which worked so well in the Xbox Ninja Gaiden. Unfortunately designer Tomonobu Itagaki has <a href="http://www.itwriting.com/blog/656-end-of-an-era-ninja-gaiden-designer-tomonobu-itagaki-departs-tecmo.html">left the development company</a>. Still, this is not a one-person effort; let’s hope the team releases updates that fix glitches and fine-tune the combat.</p>
<p>None of this should put you off if this is the kind of game you like. I’ve enjoyed it more than any other 360 game to date.</p>
<p>Is the game in good taste? Ninja Gaiden delivers extreme gore. Limbs fly in all directions; blood gushes. It is a kind of gaming grotesque; it is too gory for my liking yet something you soon hardly notice as you concentrate on winning battle after battle. You are of course on the side of good against evil, if that helps.</p>
<p>Amazon links:</p>
<p>US: <a href="http://www.amazon.com/exec/obidos/ASIN/B000ZK696O/itwriting-20">Ninja Gaiden 2 360</a></p>
<p>UK: <a href="http://www.amazon.co.uk/exec/obidos/ASIN/B0012PX9HS/onlyconnectsyste">Ninja Gaiden 2 360</a></p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:7e506b4a-9414-4a0e-bb8f-95c665f5baea" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/ninja+gaiden2" rel="tag">ninja gaiden2</a>, <a href="http://technorati.com/tags/xbox+360" rel="tag">xbox 360</a>, <a href="http://technorati.com/tags/gaming" rel="tag">gaming</a></div>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/656-end-of-an-era-ninja-gaiden-designer-tomonobu-itagaki-departs-tecmo.html' rel='bookmark' title='Permanent Link: End of an era: Ninja Gaiden designer Tomonobu Itagaki departs Tecmo'>End of an era: Ninja Gaiden designer Tomonobu Itagaki departs Tecmo</a></li>
<li><a href='http://www.itwriting.com/blog/324-ninja-gaiden-2-announced.html' rel='bookmark' title='Permanent Link: Ninja Gaiden 2 announced'>Ninja Gaiden 2 announced</a></li>
<li><a href='http://www.itwriting.com/blog/3409-first-impressions-of-microsoft-kinect.html' rel='bookmark' title='Permanent Link: First impressions of Microsoft Kinect &#8211; great hardware waiting for great software'>First impressions of Microsoft Kinect &#8211; great hardware waiting for great software</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/690-ninja-gaiden-2-great-but-not-quite-finished.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of an era: Ninja Gaiden designer Tomonobu Itagaki departs Tecmo</title>
		<link>http://www.itwriting.com/blog/656-end-of-an-era-ninja-gaiden-designer-tomonobu-itagaki-departs-tecmo.html</link>
		<comments>http://www.itwriting.com/blog/656-end-of-an-era-ninja-gaiden-designer-tomonobu-itagaki-departs-tecmo.html#comments</comments>
		<pubDate>Wed, 04 Jun 2008 10:31:26 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[gaming]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=656</guid>
		<description><![CDATA[</p> <p>He’s not happy either; he’s suing his former company:</p> <p>I have filed this lawsuit with a strong intent to question the social responsibility of Tecmo Co., Ltd. and its President Yoshimi Yasuda, as well as condemning them for their unjust acts. Today, in addition to announcing the reasons for this lawsuit, I make <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/656-end-of-an-era-ninja-gaiden-designer-tomonobu-itagaki-departs-tecmo.html">End of an era: Ninja Gaiden designer Tomonobu Itagaki departs Tecmo</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/324-ninja-gaiden-2-announced.html' rel='bookmark' title='Permanent Link: Ninja Gaiden 2 announced'>Ninja Gaiden 2 announced</a></li>
<li><a href='http://www.itwriting.com/blog/690-ninja-gaiden-2-great-but-not-quite-finished.html' rel='bookmark' title='Permanent Link: Ninja Gaiden 2: great but not quite finished'>Ninja Gaiden 2: great but not quite finished</a></li>
<li><a href='http://www.itwriting.com/blog/639-uk-rock-band-prices-strike-an-ugly-chord.html' rel='bookmark' title='Permanent Link: UK Rock Band prices strike an ugly chord'>UK Rock Band prices strike an ugly chord</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[</p>
<p>He’s <a href="http://www.1up.com/do/blogEntry?bId=8756736&amp;publicUserId=4549175" target="_blank">not happy</a> either; he’s suing his former company:</p>
<blockquote><p>I have filed this lawsuit with a strong intent to question the social responsibility of Tecmo Co., Ltd. and its President Yoshimi Yasuda, as well as condemning them for their unjust acts. Today, in addition to announcing the reasons for this lawsuit, I make clear my reasons for resigning.</p>
</blockquote>
<p>Itagaki is an outspoken individualist so I guess this kind of drama is in character. The move is worth noting though, simply because of the exceptional quality of the Ninja Gaiden game (I’ve not yet seen Ninja Gaiden II). There were several releases of Ninja Gaiden for Xbox: the original; two major downloadable called the Hurricane Pack I and II; and Ninja Gaiden Black which added a new Mission Mode with as much play value as the game itself. The point here is that Itagaki is a perfectionist; he took a game which was already excellent and honed it over several iterations, seemingly putting the pursuit of quality ahead of commercial considerations. The Hurricane Packs were free, and Itagaki is said to have opposed ports to other platforms despite the lack of acceptance for Xbox in Japan.</p>
<p>To understand the game itself you have to look beyond the reviews, to things like this fan-written <a href="http://www.gamefaqs.com/console/xbox/file/561532/29950" target="_blank">advanced combat guide</a>. Known to be a challenging game, it is loved by hard core gamers for its sophisticated, nuanced combat system with huge numbers of different moves and many surprises. I know nothing like it for intense combat and replayability, though spoilt by unnecessary gore.</p>
<p>Ninja Gaiden II is just about to be released; it’s a shame that Itagaki won’t be around to further develop it as it did for its predecessor. Unless he makes up with Tecmo, that is.</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d7c083a5-e315-4807-b558-276d11066771" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/ninja+gaiden" rel="tag">ninja gaiden</a>, <a href="http://technorati.com/tags/xbox" rel="tag">xbox</a>, <a href="http://technorati.com/tags/Tomonobu+Itagaki" rel="tag">Tomonobu Itagaki</a></div>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/324-ninja-gaiden-2-announced.html' rel='bookmark' title='Permanent Link: Ninja Gaiden 2 announced'>Ninja Gaiden 2 announced</a></li>
<li><a href='http://www.itwriting.com/blog/690-ninja-gaiden-2-great-but-not-quite-finished.html' rel='bookmark' title='Permanent Link: Ninja Gaiden 2: great but not quite finished'>Ninja Gaiden 2: great but not quite finished</a></li>
<li><a href='http://www.itwriting.com/blog/639-uk-rock-band-prices-strike-an-ugly-chord.html' rel='bookmark' title='Permanent Link: UK Rock Band prices strike an ugly chord'>UK Rock Band prices strike an ugly chord</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/656-end-of-an-era-ninja-gaiden-designer-tomonobu-itagaki-departs-tecmo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UK Rock Band prices strike an ugly chord</title>
		<link>http://www.itwriting.com/blog/639-uk-rock-band-prices-strike-an-ugly-chord.html</link>
		<comments>http://www.itwriting.com/blog/639-uk-rock-band-prices-strike-an-ugly-chord.html#comments</comments>
		<pubDate>Sat, 24 May 2008 09:45:05 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[gaming]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=639</guid>
		<description><![CDATA[<p>I was surprised to see that the highly-regarded Rock Band game has been rated only a two-star game by customer reviewers at Amazon.co.uk.</p> <p> </p> <p>The reason: not the game, but the price. The Band in a Box package, which costs up to £129.00, neglects to include the game itself: buy it separately for <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/639-uk-rock-band-prices-strike-an-ugly-chord.html">UK Rock Band prices strike an ugly chord</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/371-flash-silverlight-the-future-of-video-games.html' rel='bookmark' title='Permanent Link: Flash, Silverlight the future of video games?'>Flash, Silverlight the future of video games?</a></li>
<li><a href='http://www.itwriting.com/blog/1552-windows-7-cheap-prices-but-painful-upgrade-for-eu.html' rel='bookmark' title='Permanent Link: Windows 7: cheap prices but painful upgrade for EU'>Windows 7: cheap prices but painful upgrade for EU</a></li>
<li><a href='http://www.itwriting.com/blog/324-ninja-gaiden-2-announced.html' rel='bookmark' title='Permanent Link: Ninja Gaiden 2 announced'>Ninja Gaiden 2 announced</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was surprised to see that the highly-regarded Rock Band game has been rated only a two-star game by customer reviewers at Amazon.co.uk.</p>
<p><img src="http://www.itwriting.com/images/rockband.gif"> </p>
<p>The reason: not the game, but the price. <a href="http://www.amazon.co.uk/exec/obidos/ASIN/B0017J6RY6/onlyconnectsyste" target="_blank">The Band in a Box package</a>, which costs up to £129.00, neglects to include the game itself: buy it separately for up to £49.99.</p>
<p>Amazon&#8217;s prices are a little less; but in the USA Amazon.com offers <a href="http://www.amazon.com/exec/obidos/ASIN/B000TT4GBG/itwriting-20" target="_blank">the whole lot</a> for $149.99 (list price $169.99). I&#8217;m using the Xbox 360 versions for this example.</p>
<p>The problem for Electronic Arts is that buyers are only a click away from checking out the prices in other countries. &#8220;The price is a joke. No purchase,&#8221; says one UK customer review.</p>
<p>Will it seriously affect sales? Only if people really do refuse to buy; then of course we&#8217;ll see the price lowered. However, it is currently occupying positions two and three in Amazon&#8217;s all-format bestseller chart, so maybe not.</p>
<p>Aside: why does Amazon say this has a PEGI rating of 16 for the instruments, but only 12 for the game? If the problem is risqué lyrics, you would have thought it would be the other way round.</p>
<p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8d4d4e0a-2b11-44ad-b192-7f5343ae80b3" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/rock%20band" rel="tag">rock band</a>, <a href="http://technorati.com/tags/xbox%20360" rel="tag">xbox 360</a>, <a href="http://technorati.com/tags/electronic%20arts" rel="tag">electronic arts</a></div></p>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/371-flash-silverlight-the-future-of-video-games.html' rel='bookmark' title='Permanent Link: Flash, Silverlight the future of video games?'>Flash, Silverlight the future of video games?</a></li>
<li><a href='http://www.itwriting.com/blog/1552-windows-7-cheap-prices-but-painful-upgrade-for-eu.html' rel='bookmark' title='Permanent Link: Windows 7: cheap prices but painful upgrade for EU'>Windows 7: cheap prices but painful upgrade for EU</a></li>
<li><a href='http://www.itwriting.com/blog/324-ninja-gaiden-2-announced.html' rel='bookmark' title='Permanent Link: Ninja Gaiden 2 announced'>Ninja Gaiden 2 announced</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/639-uk-rock-band-prices-strike-an-ugly-chord.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popfly Game Creator &#8211; programming online with Silverlight</title>
		<link>http://www.itwriting.com/blog/607-popfly-game-creator-programming-online-with-silverlight.html</link>
		<comments>http://www.itwriting.com/blog/607-popfly-game-creator-programming-online-with-silverlight.html#comments</comments>
		<pubDate>Sat, 03 May 2008 10:26:33 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[gaming]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[web authoring]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=607</guid>
		<description><![CDATA[<p>This looks great: Popfly Game Creator.</p> <p> </p> <p>Interesting on several counts. </p> <p>First, casual gaming will help get Silverlight runtimes deployed. </p> <p>Second, it&#8217;s Microsoft doing one of the things it does well: opening up programming to a new group. Another example: Microsoft promotes its XNA gaming framework to universities, where it helps <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/607-popfly-game-creator-programming-online-with-silverlight.html">Popfly Game Creator &#8211; programming online with Silverlight</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/224-visual-programming-is-back-popfly-pipes-scratch.html' rel='bookmark' title='Permanent Link: Visual Programming is back: PopFly, Pipes, Scratch'>Visual Programming is back: PopFly, Pipes, Scratch</a></li>
<li><a href='http://www.itwriting.com/blog/357-new-silverlight-book-with-live-web-coding-examples.html' rel='bookmark' title='Permanent Link: New Silverlight book with live web coding examples'>New Silverlight book with live web coding examples</a></li>
<li><a href='http://www.itwriting.com/blog/1641-death-of-popfly-shows-the-dark-side-of-the-cloud.html' rel='bookmark' title='Permanent Link: Death of Popfly shows the dark side of the cloud'>Death of Popfly shows the dark side of the cloud</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This looks great: <a href="http://www.popfly.com/" target="_blank">Popfly Game Creator</a>.</p>
<p><img src="http://www.itwriting.com/images/popflygames.gif"> </p>
<p>Interesting on several counts. </p>
<p>First, casual gaming will help get Silverlight runtimes deployed. </p>
<p>Second, it&#8217;s Microsoft doing one of the things it does well: opening up programming to a new group. Another example: Microsoft <a href="http://www.itwriting.com/blog/?p=80" target="_blank">promotes its XNA gaming framework to universities</a>, where it helps them to entice new students into computer science. </p>
<p>Third, it&#8217;s from <a href="http://blogs.msdn.com/adam_nathan/archive/2008/05/02/popfly-game-creator-what-i-ve-been-doing-the-last-6-months.aspx" target="_blank">Adam Nathan</a>, author of the definitive work on .NET interop, .NET and COM. Popfly gaming must be welcome light relief (though I don&#8217;t mean to imply that this stuff is easy to do). </p>
<p>Fourth, is online programming &#8211; I mean, programming that you actually do online &#8211; coming of age?</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:740cca60-30c3-4a7f-8afa-7f7b7060e71a" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/popfly" rel="tag">popfly</a>, <a href="http://technorati.com/tags/.net" rel="tag">.net</a>, <a href="http://technorati.com/tags/gaming" rel="tag">gaming</a>, <a href="http://technorati.com/tags/silverlight" rel="tag">silverlight</a>, <a href="http://technorati.com/tags/microsoft" rel="tag">microsoft</a></div>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/224-visual-programming-is-back-popfly-pipes-scratch.html' rel='bookmark' title='Permanent Link: Visual Programming is back: PopFly, Pipes, Scratch'>Visual Programming is back: PopFly, Pipes, Scratch</a></li>
<li><a href='http://www.itwriting.com/blog/357-new-silverlight-book-with-live-web-coding-examples.html' rel='bookmark' title='Permanent Link: New Silverlight book with live web coding examples'>New Silverlight book with live web coding examples</a></li>
<li><a href='http://www.itwriting.com/blog/1641-death-of-popfly-shows-the-dark-side-of-the-cloud.html' rel='bookmark' title='Permanent Link: Death of Popfly shows the dark side of the cloud'>Death of Popfly shows the dark side of the cloud</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/607-popfly-game-creator-programming-online-with-silverlight.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XBox 360: nearly great</title>
		<link>http://www.itwriting.com/blog/554-xbox-360-nearly-great.html</link>
		<comments>http://www.itwriting.com/blog/554-xbox-360-nearly-great.html#comments</comments>
		<pubDate>Sat, 15 Mar 2008 19:40:17 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[gaming]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=554</guid>
		<description><![CDATA[<p>Unhappily, I have joined the ranks of those who have suffered more than once from the XBox 360 red lights of death. It&#8217;s a known design fault, so hardly surprising, but annoying none the less. Mine was a launch console, and lasted over a year before succumbing. Ten months later, and it&#8217;s failed again. <p><i>...continue reading</i> <a href="http://www.itwriting.com/blog/554-xbox-360-nearly-great.html">XBox 360: nearly great</a></p>


Related posts:<ol><li><a href='http://www.itwriting.com/blog/234-how-many-xbox-360s-have-failed.html' rel='bookmark' title='Permanent Link: How many XBox 360s have failed?'>How many XBox 360s have failed?</a></li>
<li><a href='http://www.itwriting.com/blog/153-wii-a-one-trick-console-but-its-a-great-trick.html' rel='bookmark' title='Permanent Link: Wii a one-trick console, but it&#8217;s a great trick'>Wii a one-trick console, but it&#8217;s a great trick</a></li>
<li><a href='http://www.itwriting.com/blog/270-fixing-the-xbox-360.html' rel='bookmark' title='Permanent Link: Fixing the Xbox 360'>Fixing the Xbox 360</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Unhappily, I have joined the ranks of those who have suffered more than once from the XBox 360 red lights of death. It&#8217;s a known design fault, so hardly surprising, but annoying none the less. Mine was a launch console, and lasted <a href="http://www.itwriting.com/blog/?p=234" target="_blank">over a year</a> before succumbing. Ten months later, and it&#8217;s failed again. I don&#8217;t blame the repairer; it&#8217;s even a different error code (0103 vs 0020).</p>
<p>The 360 story resembles that of a Greek hero: great, but tragically flawed. I love the console and would hate to be without it. Pre-launch, there was much debate about whether a narrow disadvantage to the PlayStation 3 in graphic power would damage it; Microsoft said that the quality of the software was more important, and has proved its point. Few complain about the 360&#8242;s graphics. There are plenty of high-quality games; XBox Live is a strong service; the downloadable arcade games are compelling and good value; it does a decent job as a media center; it has the best wireless controller; and now you can even purchase movies through XBox Live.</p>
<p>But the flaws. Most notably, the fact that you know the thing will fail prematurely. Well, the current crop is said to be better, but how much better? It is unknown, though I guess I&#8217;ll find out because I&#8217;ve just gone out and bought an Elite at the new reduced price, tempted by HDMI, a larger hard drive, and the hope of longer intervals between red illuminations. Good money after bad? Not really, because the console has delivered value. It is just flawed, that&#8217;s all.</p>
<p>There&#8217;s also the noise of the fans and DVD drive, and I must mention a third problem, which has caused me some aggravation. This concerns the DRM. If you purchase a game from Live Arcade, it is fully unlocked for all the profiles on that console. However, if the console breaks and is replaced, and you re-download the game, it is only unlocked for the profile which made the purchase. Sounds a small point; but if you replace your console and have a family member who enjoyed playing a particular game under their own profile, it is annoying to find that it is now only a trial.</p>
<p>I thought I should check my facts, so I called Microsoft&#8217;s customer service and asked if I could transfer the licenses from my doorstop (formerly a 360 Premium) to the new Elite. No, I was told, the games were tied to the doorstop. Rubbing salt into the wound, the service representative said she would have helped, but I had violated my terms of use by tampering with the machine. In other words, it was my fault.</p>
<p>My crime, it turns out, was in sending my 360 (which failed before Microsoft <a href="http://www.microsoft.com/Presspass/press/2007/jul07/07-05WarrantyExtentionPR.mspx" target="_blank">extended its warranty to three years</a>) to a third-party for repair. Not only did this void the (then-expired) warranty; it also meant that Microsoft would not help me recover the full rights to my purchased games.</p>
<p>I am sceptical about how much difference this actually made, since my understanding is that Microsoft never transfers licenses to those upgrading to an Elite.</p>
<p>Fortunately there is a workaround, discovered not from customer service but from my own research. If you have several controllers, it is possible for each controller to be signed in under a different account. Just press the XBox button on the controller and select a profile. Provided that one controller is signed in as the profile which made the purchase, other profiles can play the unlocked arcade game. Not ideal, but better than nothing.</p>
<p>It is interesting to speculate just how much the 360&#8242;s quality problems have cost Microsoft. There is the cost of constantly and repeatedly fixing consoles; even more serious are the sales lost to those reluctant to purchase a machine likely to break prematurely. I would likely be one of them, except there is a row of 360 games on the shelf. It&#8217;s called lock-in.</p>
<p>We like the Elite. The graphics seem a little better; it is quieter and even feels slightly more responsive than the old box. A great console. But flawed.</p>
<p class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:fbbf2995-10f9-4881-81e6-0bf35f080c72" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/xbox%20360" rel="tag">xbox 360</a>, <a href="http://technorati.com/tags/red%20lights%20of%20death" rel="tag">red lights of death</a>, <a href="http://technorati.com/tags/xbox%20360%20elite" rel="tag">xbox 360 elite</a>, <a href="http://technorati.com/tags/live%20arcade" rel="tag">live arcade</a></div>


<p>Related posts:<ol><li><a href='http://www.itwriting.com/blog/234-how-many-xbox-360s-have-failed.html' rel='bookmark' title='Permanent Link: How many XBox 360s have failed?'>How many XBox 360s have failed?</a></li>
<li><a href='http://www.itwriting.com/blog/153-wii-a-one-trick-console-but-its-a-great-trick.html' rel='bookmark' title='Permanent Link: Wii a one-trick console, but it&#8217;s a great trick'>Wii a one-trick console, but it&#8217;s a great trick</a></li>
<li><a href='http://www.itwriting.com/blog/270-fixing-the-xbox-360.html' rel='bookmark' title='Permanent Link: Fixing the Xbox 360'>Fixing the Xbox 360</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.itwriting.com/blog/554-xbox-360-nearly-great.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

