<?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>Mobiledevworld.com &#124; Mobile Developers Community &#187; games</title>
	<atom:link href="http://mobiledevworld.com/tag/games/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobiledevworld.com</link>
	<description>Mobile Developers and Professionlas Community</description>
	<lastBuildDate>Sun, 09 May 2010 18:20:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nokia WRT (Widget) Sudoku Game</title>
		<link>http://mobiledevworld.com/2009/09/01/nokia-wrt-widget-sudoku-game/</link>
		<comments>http://mobiledevworld.com/2009/09/01/nokia-wrt-widget-sudoku-game/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 18:02:48 +0000</pubDate>
		<dc:creator>Rafi Ton</dc:creator>
				<category><![CDATA[Code examples]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[5800]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[n97]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sudoku]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wrt]]></category>

		<guid isPermaLink="false">http://mobiledevworld.com/?p=444</guid>
		<description><![CDATA[




Here is the second of my Javascript to Nokia WRT (Widgets) game release.
This time &#8211; a nice Sudoku game.
For the (few) who don&#8217;t know &#8211; the goal of Sudoku is to fill each nine-square row, each nine-square column and each nine-square box with the numbers 1 through 9, with each number used once and only [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_445" class="wp-caption alignleft" style="width: 178px"><img class="size-medium wp-image-445" src="http://mobiledevworld.com/files/2009/09/sudoku-168x300.jpg" alt="For Nokia N97, 5800 etc" width="168" height="300" /><p class="wp-caption-text">For Nokia N97, 5800 etc</p></div>
<p>Here is the second of my Javascript to Nokia WRT (Widgets) game release.</p>
<p>This time &#8211; a nice Sudoku game.</p>
<p>For the (few) who don&#8217;t know &#8211; the goal of Sudoku is to fill each nine-square row, each nine-square column and each nine-square box with the numbers 1 through 9, with each number used once and only once in each section.</p>
<p>As before, the game is absolutely free to play, test, explore (game and code) etc.</p>
<p>You can download the game directly using this link: <a href="http://casual-mobile.com/dl/Sudoku.wgz">http://casual-mobile.com/dl/Sudoku.wgz</a></p>
<p>Like it? Don&#8217;t like it? Have any suggestions? Drop a comment below. </p>
<div class='wp_likes' id='wp_likes_post-444'>
<div  class='text'><b>9</b> people like this post.</div>
<div><a href=' javascript:wp_likes.like(444)' class='like' title='like this post'>Like</a>&nbsp;<img class='loader' src='http://mobiledevworld.com/wp-content/plugins/wp-likes/images/spinner.gif' alt=''/></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mobiledevworld.com/2009/09/01/nokia-wrt-widget-sudoku-game/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Javascript games on Nokia WRT &#8211; Tic Tac Toe</title>
		<link>http://mobiledevworld.com/2009/08/27/javascript-games-on-nokia-wrt-tic-tac-toe/</link>
		<comments>http://mobiledevworld.com/2009/08/27/javascript-games-on-nokia-wrt-tic-tac-toe/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 12:19:11 +0000</pubDate>
		<dc:creator>Rafi Ton</dc:creator>
				<category><![CDATA[Code examples]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[5800]]></category>
		<category><![CDATA[code example]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[n97]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[wrt]]></category>

		<guid isPermaLink="false">http://mobiledevworld.com/?p=406</guid>
		<description><![CDATA[
I started a new initiative to adapt simple Javascript games to Nokia WRT enabled phones. I focus on WRT 1.1 touch devices (currently Nokia N97 and 5800).
The first game I implemented is a classic Tic Tac Toe game where you can play against the phone. My friend Alex Rutgaizer designed the board.
After I have gathered [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-408 alignleft" style="margin-right:10px" src="http://mobiledevworld.com/files/2009/08/Picture-231-168x300.png" alt="Picture 23" width="168" height="300" /></p>
<p>I started a new initiative to adapt simple Javascript games to Nokia WRT enabled phones. I focus on WRT 1.1 touch devices (currently Nokia N97 and 5800).</p>
<p>The first game I implemented is a classic Tic Tac Toe game where you can play against the phone. My friend Alex Rutgaizer designed the board.</p>
<p>After I have gathered some  more insight, I promise to post my findings, best practices and suggestions in a separated post.</p>
<p>You can download the game and install it to any Nokia N97 and Nokia 5800 phone. Just copy the link to the file in your phone then download and install the wgt file.</p>
<p>Download link: <a href="http://mobiledevworld.com/files/2009/08/tic-tac-toe.wgz">http://mobiledevworld.com/files/2009/08/tic-tac-toe.wgz</a></p>
<p>The code is absolutely free to modify, play, rewrite etc.</p>
<p>If you have ideas for more games leave me a message. </p>
<div class='wp_likes' id='wp_likes_post-406'>
<div  class='text'><b>7</b> people like this post.</div>
<div><a href=' javascript:wp_likes.like(406)' class='like' title='like this post'>Like</a>&nbsp;<img class='loader' src='http://mobiledevworld.com/wp-content/plugins/wp-likes/images/spinner.gif' alt=''/></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mobiledevworld.com/2009/08/27/javascript-games-on-nokia-wrt-tic-tac-toe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
