<?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>code-spot &#187; Web Development</title>
	<atom:link href="http://code-spot.co.za/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://code-spot.co.za</link>
	<description>a programming blog</description>
	<lastBuildDate>Sun, 27 Feb 2011 07:18:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Google App Engine for Games</title>
		<link>http://code-spot.co.za/2008/09/14/google-app-engine-for-games/</link>
		<comments>http://code-spot.co.za/2008/09/14/google-app-engine-for-games/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 08:42:12 +0000</pubDate>
		<dc:creator>herman.tulleken</dc:creator>
				<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Dev.Mag]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://code-spot.co.za/blog/?p=5</guid>
		<description><![CDATA[Google App Engine has many properties that makes it suitable for indie development. Two articles in Dev.Mag look at GAE for game development (Issue 24 and Issue 25). The first is an overview of Google App Engine, with some focus on games. The second is a tutorial that explains the implementation of &#8220;Guess a Number&#8221; [...]


Related posts:<ol><li><a href='http://code-spot.co.za/2009/04/08/how-to-turn-xsi-mod-tool-into-a-level-editor-for-your-xna-games-updated-for-xna-30/' rel='bookmark' title='Permanent Link: How to Turn XSI Mod Tool into a  Level Editor for your XNA Games: Updated for XNA 3.0.'>How to Turn XSI Mod Tool into a  Level Editor for your XNA Games: Updated for XNA 3.0.</a></li>
<li><a href='http://code-spot.co.za/2009/04/09/cellular-automata-for-simulation-in-games/' rel='bookmark' title='Permanent Link: Cellular Automata for Simulation in Games'>Cellular Automata for Simulation in Games</a></li>
<li><a href='http://code-spot.co.za/2008/10/06/quadtrees/' rel='bookmark' title='Permanent Link: Quadtrees'>Quadtrees</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-31 alignleft" title="gae" src="http://code-spot.co.za/blog/wp-content/uploads/2008/09/gae.jpg" alt="" width="111" height="111" />Google App Engine has many properties that makes it suitable for indie development. Two articles in Dev.Mag look at GAE for game development (<a href="http://devmag.org.za/uploads/DevMag_Issue24.zip" class="broken_link">Issue 24</a> and <a href="http://devmag.org.za/uploads/DevMag_Issue25.zip" class="broken_link">Issue 25</a>). The first is an overview of <a href="http://code.google.com/appengine/">Google App Engine</a>, with some focus on games. The second is a tutorial that explains the implementation of &#8220;<a href="http://code-spot.appspot.com/game/">Guess a Number</a>&#8221; on Google App Engine, for which you can <a href="http://code.google.com/p/code-spot/">download the code</a>.  For the tutorial you will need:</p>
<ul>
<li><a id="Requirements">Python runtime (</a><a rel="nofollow" href="http://www.python.org/download/">http://www.python.org/download/</a>).</li>
<li>A Google App Engine account (<a rel="nofollow" href="http://appengine.google.com/">http://appengine.google.com/</a>).</li>
<li>The Google App Engine SDK (<a rel="nofollow" href="http://code.google.com/appengine/downloads.html">http://code.google.com/appengine/downloads.html</a>).</li>
<li>The files for this tutorial (<a rel="nofollow" href="http://code-spot.googlecode.com/files/code-spot_0.1.zip">http://code-spot.googlecode.com/files/code-spot_0.1.zip</a>).</li>
<li>Your favourite web browser and general purpose code editor.</li>
</ul>
<p><span id="more-5"></span>Below are some links to related web sites.</p>
<h2>Links</h2>
<h3>Reference</h3>
<p><a title="http://appengine-cookbook.appspot.com/" href="http://appengine-cookbook.appspot.com/">http://appengine-cookbook.appspot.com/</a> Google App Engine Cookbook.</p>
<p><a href="http://www.poromenos.org/tutorials/python">http://www.poromenos.org/tutorials/python</a> Learn Python in 10 minutes.</p>
<p><a href="http://www.djangoproject.com/documentation/templates/">http://www.djangoproject.com/documentation/templates/</a> Django template reference.</p>
<p><a href="http://www.djangobook.com/en/1.0/chapter04/">http://www.djangobook.com/en/1.0/chapter04/</a> Django templates from the Django book.</p>
<p><a href="http://code.google.com/appengine/articles/rpc.html">http://code.google.com/appengine/articles/rpc.html</a> Using AJAX with Google App Engine.</p>
<p><a href="http://aralbalkan.com/1318">http://aralbalkan.com/1318</a> Using Flash with Google App Engine.</p>
<h3>Games on Google App Engine</h3>
<p><img class="alignleft size-medium wp-image-37" title="ajax_battle" src="http://code-spot.co.za/blog/wp-content/uploads/2008/09/ajax_battle.png" alt="" width="200" height="179" align="left" /> <a href="http://www.ajaxbattle.net/">http://www.ajaxbattle.net/</a> AjaxBattle is a multi-player real-time strategy game for 2 to 4 players. It is a web-based version of the old X-Windows game xbattle. Works best with Firefox 2.</p>
<p><a href="http://uboggle.appspot.com/" class="broken_link">http://uboggle.appspot.com/</a> uBoggle is a app to play Boggle &#8211; the popular word making game.</p>
<p><a href="http://mnk.appspot.com/">http://mnk.appspot.com/</a> This game lets users set up most types of x-in-a-row type games – can be played against another online player, or the computer.</p>
<p><img class="alignleft size-medium wp-image-38" title="monkey" src="http://code-spot.co.za/blog/wp-content/uploads/2008/09/monkey.png" alt="" width="200" height="188" /><a href="http://gaesudoku.appspot.com/">http://gaesudoku.appspot.com/</a> Sudoku.</p>
<p><a href="http://games.wtanaka.com/" class="broken_link">http://games.wtanaka.com/</a> Card and board games.</p>
<p><a href="http://www.guessasketch.com/">http://www.guessasketch.com/</a> A multiplayer game where players guess what other players draw.</p>
<p><a href="http://achi.appspot.com/">http://achi.appspot.com/</a> A tic-tac-toe-like board game.</p>
<p><a href="http://photomunchers.appspot.com/">http://photomunchers.appspot.com/</a> and <a href="http://jamendogame.appspot.com/">http://jamendogame.appspot.com/</a>. These two games are really ways to get users to tag images and music, respectively. They illustrate how to tap into other networks.</p>


<p>Related posts:<ol><li><a href='http://code-spot.co.za/2009/04/08/how-to-turn-xsi-mod-tool-into-a-level-editor-for-your-xna-games-updated-for-xna-30/' rel='bookmark' title='Permanent Link: How to Turn XSI Mod Tool into a  Level Editor for your XNA Games: Updated for XNA 3.0.'>How to Turn XSI Mod Tool into a  Level Editor for your XNA Games: Updated for XNA 3.0.</a></li>
<li><a href='http://code-spot.co.za/2009/04/09/cellular-automata-for-simulation-in-games/' rel='bookmark' title='Permanent Link: Cellular Automata for Simulation in Games'>Cellular Automata for Simulation in Games</a></li>
<li><a href='http://code-spot.co.za/2008/10/06/quadtrees/' rel='bookmark' title='Permanent Link: Quadtrees'>Quadtrees</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://code-spot.co.za/2008/09/14/google-app-engine-for-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

