<?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>RAVAGE.COM &#187; 3d</title>
	<atom:link href="http://www.ravage.com/tag/3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ravage.com</link>
	<description>Just really cool stuff</description>
	<lastBuildDate>Mon, 31 Jan 2011 09:36:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>ZELDA II &#8211; Version 2.0!  Now a FPS!!</title>
		<link>http://www.ravage.com/2010/06/07/zelda-ii-version-2-0-now-a-fps/</link>
		<comments>http://www.ravage.com/2010/06/07/zelda-ii-version-2-0-now-a-fps/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 04:57:38 +0000</pubDate>
		<dc:creator>Ravage</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[fun. no more time for work!]]></category>
		<category><![CDATA[play on line]]></category>
		<category><![CDATA[zelda II]]></category>

		<guid isPermaLink="false">http://www.ravage.com/?p=762</guid>
		<description><![CDATA[Michael Johnston must have been bored and decided to remake Zelda II: The Adventures of Link  not new levels or a new story but redone as a 3-D first person shooter and you can even play it online!   This game was incredibly fun to make. I am a fan of the original NES game and love its innovations and]]></description>
			<content:encoded><![CDATA[<p>Michael Johnston must have been bored and decided to remake <a href="http://www.geekologie.com/2009/02/finally_zelda_ii_has_been_tran.php">Zelda II: <em>The Adventures of Link</em></a>  not new levels or a new story but redone as a 3-D <a href="http://www.geekologie.com/2009/07/living_with_firstperson_shoote.php">first person shooter</a> and you can even play it online!</p>
<p> <a href="http://www.ravage.com/wp-content/uploads/2010/06/zelda-2-3d.jpg"><img class="alignnone size-full wp-image-763" title="zelda-2-3d" src="http://www.ravage.com/wp-content/uploads/2010/06/zelda-2-3d.jpg" alt="" width="450" height="340" /></a></p>
<blockquote><p>This game was incredibly fun to make. I am a fan of the original NES game and love its innovations and clever game design. But as we all know, Zelda games are long and complex. When starting this project I had to choose very carefully what I had time to accomplish if this game was ever to see the light of day. As a result I decided to remake the beginning of the game up to the end of the first boss. This seemed simple enough, but I knew it would be a challenge. This is the result of my learning programming for the first time and a labor of love making this game in 3D.</p></blockquote>
<p>Click on MORE to See th video and for the link to the game!!</p>
<p><span id="more-762"></span><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/f3ow0dZDbMM&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/f3ow0dZDbMM&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=en_US&amp;feature=player_embedded&amp;fs=1" allowfullscreen="true" allowscriptaccess="always"></embed></object></p>
<p><a href="http://3dnes.blogspot.com/" target="_blank">ZELDA II &#8211; VERSION 2.0! FPS!</a>  (Click here to play, needs add-on)</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.ravage.com%2F2010%2F06%2F07%2Fzelda-ii-version-2-0-now-a-fps%2F&amp;t=ZELDA%20II%20-%20Version%202.0%21%20%20Now%20a%20FPS%21%21" id="facebook_share_both_762" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top left;">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_762') || document.getElementById('facebook_share_icon_762') || document.getElementById('facebook_share_both_762') || document.getElementById('facebook_share_button_762');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_762') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.ravage.com/2010/06/07/zelda-ii-version-2-0-now-a-fps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

