<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2008 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Game Programming</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Sun, 07 Sep 2008 23:54:30 -0400</lastBuildDate>
<pubDate>Sun, 07 Sep 2008 23:54:30 -0400</pubDate>
<item>
<title>Learn Java and Eclipse by playing CodeRally</title>
<pubDate>Wed, 30 Jul 2008 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Learn-Java-and-Eclipse-by-playing-CodeRally/36724</link>
<description>
<![CDATA[CodeRally combines competition with collaboration in networked races of up to 100 human-controlled cars, all Java-coding their way around the same crowded course. The competition and competitiveness a...
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=483992&amp;cid=135258&amp;pr=2&amp;tstamp=20080907000000&amp;url=http://info.bisk.com/MCIndex.asp%3fMCGUID%3d%7b12F9C57B-E380-48B5-B493-DC81D9F091F7%7d%26WT.mc_id%3d2135">Villanova University Six Sigma &amp; IT Certificate Programs</a> 100% Online programs in Six Sigma, IS Security, CISSP Prep, Business Analysis, Proj. Mgmt. and more!]]>
</description><guid>http://www.tutorialized.com/tutorial/Learn-Java-and-Eclipse-by-playing-CodeRally/36724</guid>
</item>
<item>
<title>Java Games Programming</title>
<pubDate>Sat, 01 Mar 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Java-Games-Programming/32738</link>
<description>
<![CDATA[It's a second year university module on Java games programming. Has downloadable code and tutorials.
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=0&amp;cid=0&amp;pr=2&amp;bid=2eac1de25b921168264d743ba53f6c24&amp;bfid=2&amp;tstamp=20080907000000&amp;url=http://c.enhance.com/m%3fe1%3dZvl2GAaw2LOTbDmri5vDPwTzga3I3gDviRNkoqjUCZ1uCZrNOdAMe3ecNfaLy0Xij5naZmz2CijvlUNYcdczCjxPCvjVpf1ZN3HcgtQdtgiYBveVFcJEmUOdFruwMT0bAKEkWiyyTsY2ocGaXLPXcT4rliqbxnhtppUdxWRkXIpCmD4mSwBs3VNmfyiZ3zfNL3wuNbAYdJTRgP45KcKOVdfLEGOqIWzVNxDTfdyOn11ZxIuSizdMKuyvjMOaqCfBqFh2MXQvSWa4uyBku4qRLzOmX0TngQIYGIXXT4TxFtmeme2ZKxCXvxCEDVRgEOisiEgFwXZRKze5eXcCJE5YpAKuccCBj2LNZPufKPALUySEuNjqI01XrWS1OpFNWNngIL1pj3dgwgpjB4BeBMVWpHFNwLfDycRbTgcqCTdMMxEg0ATxMADpg1XBM4IOgqOJXFxCxHGciSdcD25OPpBXez0LpFO2Y1yiVHzxVZ3Vsp5FhAOT5oAR5L1qgSBcvJIZXf5LFIQQ0BHttdskKhT0XGb3WHCvz5iXIdRbOiXM4VOXhInHxst0ZPjBchFIcV3PbOih52HqjcdHAUxcCC0dZ3PKVS4j5UgUJnHhkItSiRmFOJDT0qOROID131IMyOI1CyIlUdlVvmSL3U4yYv0uaRYtP5pvuKixMJCY1Yyc0XeSEqD5ELeVxQUQD2qCVBU1PvnAV0vKdDPUTutiVd1ZhxYkCQU1odgRFtfOX1XJRzCxulSuj4cPZZAVVOE2mVubsxVgn0UsmXUhqkmiMhj5H0zMuRP0ExYkDccDZeKZoIxw4NcMzThslsKtsbdWnhfijhSmIl1ONhkQvcf3rODFW2QXVBX0ykunxCp0utAKCoQswkdCL4QjuXFGNpRYNLhTKLzR2XBI5pcmmOKeCkTvskLGl4SQBKhivzipPpDMRDbeZQYGeTr1y2kzoCDX2CTKt4GCgaGtC15eM%26h%3dpXNilUtQnl2vqoBVL%26b%3d2137640">Offshore Services</a> Top Ten Online Listings For Offshore Services. Your Search Ends Here.]]>
</description><guid>http://www.tutorialized.com/tutorial/Java-Games-Programming/32738</guid>
</item>
<item>
<title>Overview of Images in Java game programming</title>
<pubDate>Sat, 01 Sep 2007 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Overview-of-Images-in-Java-game-programming/28158</link>
<description>
<![CDATA[You will have to add images to almost every game you will write. Therefore, it is important to know about the different types of images. This article discusses the most commonly used Image formats,the...]]>
</description><guid>http://www.tutorialized.com/tutorial/Overview-of-Images-in-Java-game-programming/28158</guid>
</item>
<item>
<title>Useful base classes for Java Game Programming</title>
<pubDate>Thu, 02 Aug 2007 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Useful-base-classes-for-Java-Game-Programming/27400</link>
<description>
<![CDATA[This article describes the GameApplet, GamePanel and Game classes that I wrote. You will only need to extend Game, while the other classes handle input and output.]]>
</description><guid>http://www.tutorialized.com/tutorial/Useful-base-classes-for-Java-Game-Programming/27400</guid>
</item>
<item>
<title>Writing a Complete 5 Card Poker Game in Java</title>
<pubDate>Tue, 15 May 2007 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Writing-a-Complete-5-Card-Poker-Game-in-Java/25356</link>
<description>
<![CDATA[After browsing through some old coding projects, I came across a simple 5 card poker game I had to write for a Java course I took back in school. I found the project to be quite fun, and I thought the...]]>
</description><guid>http://www.tutorialized.com/tutorial/Writing-a-Complete-5-Card-Poker-Game-in-Java/25356</guid>
</item>
<item>
<title>2D Java Platform Game</title>
<pubDate>Tue, 27 Dec 2005 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/2D-Java-Platform-Game/10145</link>
<description>
<![CDATA[A step-wise tutorial to make a 2D platform game in Java.  In an object-oriented manner, of course.]]>
</description><guid>http://www.tutorialized.com/tutorial/2D-Java-Platform-Game/10145</guid>
</item>
<item>
<title>Free tutorial for Java game programmers</title>
<pubDate>Mon, 25 Jul 2005 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Free-tutorial-for-Java-game-programmers/8474</link>
<description>
<![CDATA[Manual on development of a logic game in Java. The manual includes Word document with step-by-step description of the process of program development, screenshots, procedure codes and 12 complete listi...]]>
</description><guid>http://www.tutorialized.com/tutorial/Free-tutorial-for-Java-game-programmers/8474</guid>
</item>
<item>
<title>The Java Game Development Tutorial</title>
<pubDate>Fri, 03 Jun 2005 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/The-Java-Game-Development-Tutorial/8297</link>
<description>
<![CDATA[You should be already able to program in Java, although you don't have to be a expert! The tutorial will give you a very detailed introduction into the development of online games using Java. We will ...]]>
</description><guid>http://www.tutorialized.com/tutorial/The-Java-Game-Development-Tutorial/8297</guid>
</item>
</channel>
</rss>