<?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>drakard.com &#187; Javascript Games</title>
	<atom:link href="http://drakard.com/category/javascript-games/feed/" rel="self" type="application/rss+xml" />
	<link>http://drakard.com</link>
	<description>freelance website design and development</description>
	<lastBuildDate>Sun, 08 Feb 2009 12:07:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tetris</title>
		<link>http://drakard.com/javascript-games/tetris/</link>
		<comments>http://drakard.com/javascript-games/tetris/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 12:07:26 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[single-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=156</guid>
		<description><![CDATA[<img alt="Tetris" src="/wp-content/scripts/images/tetris/tetris.gif" title="Tetris" class="alignleft" width="44" height="44" /> Fill as many rows as you can by guiding the various shapes falling from the top into suitable positions at the bottom. As your score increases, so does the rate at which the pieces fall...]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/tetris.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/tetris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Towers of Hanoi</title>
		<link>http://drakard.com/javascript-games/towers-hanoi/</link>
		<comments>http://drakard.com/javascript-games/towers-hanoi/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 11:20:46 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[single-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=149</guid>
		<description><![CDATA[<img alt="Towers of Hanoi" src="/wp-content/scripts/images/hanoi/hanoi.gif" title="Towers of Hanoi" class="alignleft" width="44" height="44" /> Said to have been performed by monks for thousands of years, simply moving a set of discs from one pole to another; the catch? You can only move one disc at a time, and never onto a smaller disc.]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/hanoi.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/towers-hanoi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chain Reaction</title>
		<link>http://drakard.com/javascript-games/chain-reaction/</link>
		<comments>http://drakard.com/javascript-games/chain-reaction/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 12:54:27 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[multi-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=112</guid>
		<description><![CDATA[<img alt="Chain Reaction" src="/wp-content/scripts/images/react/react.gif" title="Chain Reaction" class="alignleft" width="44" height="44" /> Fill up the board with your pieces, but beware - too many in one place will set off a chain reaction!]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/chainreaction.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/chain-reaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahtzee</title>
		<link>http://drakard.com/javascript-games/yahtzee/</link>
		<comments>http://drakard.com/javascript-games/yahtzee/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 12:06:47 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[multi-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=98</guid>
		<description><![CDATA[<img alt="Yahtzee" src="/wp-content/scripts/images/yahtzee/yahtzee.gif" title="Yahtzee" class="alignleft" width="44" height="44" /> Another classic for up to four players, score as many points possible with combinations of the rolls of the dice.]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/yahtzee.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/yahtzee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hnefatafl</title>
		<link>http://drakard.com/javascript-games/hnefatafl/</link>
		<comments>http://drakard.com/javascript-games/hnefatafl/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 12:46:43 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[multi-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=91</guid>
		<description><![CDATA[<img alt="Hnefatafl" src="/wp-content/scripts/images/hnefat/hnefat.gif" title="Hnefatafl" class="alignleft" width="44" height="44" /> "The King Game" is an ancient boardgame played by the Vikings to pass the time on their ocean voyages. One player tries to get the Viking king to safety, the other aims to capture him instead.]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/hnefatafl.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>

<h3>Background</h3>
<p>Hnefatafl (&#8220;the king game&#8221;) is an ancient boardgame played by the Vikings to pass the time on their ocean voyages. It was probably derived from a Roman game with similar rules and was later adopted by the Saxons. A number of different boards have been found in Viking burial mounds and there was some variations in the rules as well.</p>

<h3>Strategy Tips</h3>
<p>White should cover the exposed corners while gradually advancing on all sides. During the early stages, white cannot afford to lose too many pieces or else the king could slip through the gap created. Later, exchanges of pieces are safer for white (who initially outnumbers black 2:1) but generally, the more pieces on the board, the harder it is for black to move his king about. Note that most attempts to storm the centre are easily defeated by black.</p>
<p>Black should try to keep white off-balance by switching the directions his king is trying to escape in.</p>

<h3>More Information</h3>
<p>For a <i>very</i> detailed background on Hnefatafl, and its related ancient boardgames, I&#8217;d recommend reading the pages at <a rel="nofollow" href="http://hem.bredband.net/b512479/"  title="external link: Hnefatafl information">http://hem.bredband.net/b512479/</a> and <a rel="nofollow" href="http://www.treheima.ca/viking/tafl.htm"  title="external link: More Hnefatafl information">http://www.treheima.ca/viking/tafl.htm</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/hnefatafl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect Four</title>
		<link>http://drakard.com/javascript-games/connect-four/</link>
		<comments>http://drakard.com/javascript-games/connect-four/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 11:22:54 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[multi-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=96</guid>
		<description><![CDATA[<img alt="Connect Four" src="/wp-content/scripts/images/connect/connect.gif" title="Connect Four" class="alignleft" width="44" height="44" /> A family favorite, be the first to connect four of your colours in a line.]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/connect4.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/connect-four/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solitaire</title>
		<link>http://drakard.com/javascript-games/solitaire/</link>
		<comments>http://drakard.com/javascript-games/solitaire/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 14:44:48 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[single-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=70</guid>
		<description><![CDATA[<img alt="Solitaire" src="/wp-content/scripts/images/sol/sol.gif" title="Solitaire" class="alignleft" width="44" height="44" /> Played by the Romans with pebbles, this version of patience needs forethought to leave just one marble in the centre.]]></description>
			<content:encoded><![CDATA[<div class="lightgame">
<script type="text/javascript" src="/wp-content/scripts/solitaire.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/solitaire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Columns</title>
		<link>http://drakard.com/javascript-games/columns/</link>
		<comments>http://drakard.com/javascript-games/columns/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 23:29:51 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[single-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=37</guid>
		<description><![CDATA[<img alt="Columns" src="/wp-content/scripts/images/columns/columns.gif" title="Columns" class="alignleft" width="44" height="44" /> Similar to Tetris, but here you need to join together colours to form lines of three or more.]]></description>
			<content:encoded><![CDATA[<div class="darkgame">
<script type="text/javascript" src="/wp-content/scripts/columns.js"></script>
<script type="text/javascript"><!--
	initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icon Match</title>
		<link>http://drakard.com/javascript-games/icon-match/</link>
		<comments>http://drakard.com/javascript-games/icon-match/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 12:59:47 +0000</pubDate>
		<dc:creator>Keith</dc:creator>
				<category><![CDATA[Javascript Games]]></category>
		<category><![CDATA[single-player]]></category>

		<guid isPermaLink="false">http://drakard.com/?p=61</guid>
		<description><![CDATA[<img alt="Icon Match" src="/wp-content/scripts/images/match/match.gif" title="Icon Match" class="alignleft" width="44" height="44" /> The aim of this memory game is to match up the pairs of tiles in as few moves as you can.]]></description>
			<content:encoded><![CDATA[<div class="lightgame">
<script type="text/javascript" src="/wp-content/scripts/icon-match.js"></script>
<script type="text/javascript"><!--
initialise();
//--></script><noscript><p>This is a javascript game &#8211; it won&#8217;t work if you disable javascript support, or you use a browser which doesn&#8217;t support it in the first place.</p></noscript>
</div>]]></content:encoded>
			<wfw:commentRss>http://drakard.com/javascript-games/icon-match/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
