<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://www.simplej.org">
<channel>
 <title>simpleJ - A retro-style video game console with tools to create new games</title>
 <link>http://www.simplej.org</link>
 <description></description>
 <language>en</language>
<item>
 <title>simpleJ</title>
 <link>http://www.simplej.org/?q=node/1</link>
 <description>&lt;p class=&quot;summary&quot;&gt;
    A retro-style video game console and tools to create new games
  &lt;/p&gt;
&lt;p class=&quot;text&quot;&gt;
    &lt;a href=&quot;/?q=node/2&quot;&gt;Download simpleJ!&lt;/a&gt;
  &lt;/p&gt;
&lt;p class=&quot;text&quot;&gt;
     &lt;a href=&quot;/?q=node/5&quot;&gt;Use the simpleJ applet to put your game on the Internet!&lt;/a&gt;
  &lt;/p&gt;
&lt;p class=&quot;text&quot;&gt;
     &lt;em&gt;simpleJ&lt;/em&gt; emulates a simplified computer on your PC: a retro-style video game console that lets you understand how a computer works and write your own video game programs.
  &lt;/p&gt;
&lt;p class=&quot;text&quot;&gt;
    The first microcomputers were quite simple. They had a few kilobytes of memory and couldn&#039;t run large programs. Many didn&#039;t even have an operating system. Yet they had something valuable: understanding everything about their hardware and software was easy. simpleJ aims to make this possible while running on modern PC hardware.
   &lt;/p&gt;
&lt;p class=&quot;text&quot;&gt;
    &lt;em&gt;simpleJ&lt;/em&gt; consists of four tools:
  &lt;/p&gt;
&lt;table&gt;
&lt;tr&gt;
&lt;td width=&quot;50%&quot;&gt;
&lt;h3&gt;simpleJ virtual console&lt;/h3&gt;
&lt;p class=&quot;text&quot;&gt;
          A software emulator for a retro-style video game console.
        &lt;/p&gt;
&lt;p id=&quot;text&quot;&gt;
          Its graphics and audio capabilities are similar to those of early video game consoles and personal computers such as the: NES (Nintendo Entertainment System), Colecovision, Commodore 64, and Atari 800.
        &lt;/p&gt;
&lt;p class=&quot;text&quot;&gt;
          It comes with a couple of games you can play right away.
        &lt;/p&gt;
&lt;/td&gt;
&lt;td align=&quot;center&quot;&gt;
        &lt;a href=&quot;http://ienjinia.sourceforge.net/console.png&quot;&gt;&lt;br /&gt;
          &lt;img src=&quot;http://ienjinia.sourceforge.net/small-console.png&quot;&gt;&lt;/p&gt;
&lt;p class=&quot;caption&quot;&gt;(click to enlarge)
&lt;p&gt;
        &lt;/a&gt;
      &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;
        &lt;a href=&quot;http://ienjinia.sourceforge.net/devkit.png&quot;&gt;&lt;br /&gt;
          &lt;img src=&quot;http://ienjinia.sourceforge.net/small-devkit.png&quot;&gt;&lt;/p&gt;
&lt;p class=&quot;caption&quot;&gt;(click to enlarge)
&lt;p&gt;
        &lt;/a&gt;
      &lt;/td&gt;
&lt;td width=&quot;50%&quot;&gt;
&lt;h3&gt;simpleJ devkit&lt;/h3&gt;
&lt;p class=&quot;text&quot;&gt;
          A developer kit to program your own games for the &lt;em&gt;simpleJ virtual console&lt;/em&gt;.
        &lt;/p&gt;
&lt;p class=&quot;text&quot;&gt;
          See the program&#039;s source code and the console&#039;s video output simultaneously in a single window; it makes it easier to test and debug your games. You can even execute the program step by step and examine a graphical view of the console&#039;s memory as it changes after each step.
        &lt;/p&gt;
&lt;p class=&quot;text&quot;&gt;
          It includes the source code for the games that come with the &lt;em&gt;simpleJ virtual console&lt;/em&gt; plus a few other sample programs.
        &lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width=&quot;50%&quot;&gt;
&lt;h3&gt;simpleJ tiles editor&lt;/h3&gt;
&lt;p class=&quot;text&quot;&gt;
          A tool to create the characters (tiles) used to draw the background graphics in the &lt;em&gt;simpleJ virtual console&lt;/em&gt;.
        &lt;/p&gt;
&lt;/td&gt;
&lt;td align=&quot;center&quot;&gt;
        &lt;a href=&quot;http://ienjinia.sourceforge.net/tileseditor.png&quot;&gt;&lt;br /&gt;
          &lt;img src=&quot;http://ienjinia.sourceforge.net/small-tileseditor.png&quot;&gt;&lt;/p&gt;
&lt;p class=&quot;caption&quot;&gt;(click to enlarge)
&lt;p&gt;
        &lt;/a&gt;
      &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;
        &lt;a href=&quot;http://ienjinia.sourceforge.net/spriteseditor.png&quot;&gt;&lt;br /&gt;
          &lt;img src=&quot;http://ienjinia.sourceforge.net/small-spriteseditor.png&quot;&gt;&lt;/p&gt;
&lt;p class=&quot;caption&quot;&gt;(click to enlarge)
&lt;p&gt;
        &lt;/a&gt;
      &lt;/td&gt;
&lt;td width=&quot;50%&quot;&gt;
&lt;h3&gt;simpleJ sprites editor&lt;/h3&gt;
&lt;p class=&quot;text&quot;&gt;
          A tool to create the sprites used to draw the characters, vehicles, and missiles for your videogame.
        &lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;h3&gt;simpleJ is free software&lt;/h3&gt;
&lt;p class=&quot;text&quot;&gt;
    &lt;em&gt;simpleJ&lt;/em&gt; is &lt;a href=&quot;http://www.gnu.org/philosophy/free-sw.html&quot;&gt;free&lt;/a&gt;. It is distributed under the terms of the &lt;a href=&quot;http://www.gnu.org/licenses/gpl.html&quot;&gt;GNU General Public License&lt;/a&gt;. You can make copies and share them with your friends. The &lt;em&gt;simpleJ&lt;/em&gt; download includes all its source code. You can make your own customized version and distribute it, or you can &lt;a href=&quot;/?q=node/3&quot;&gt;collaborate with us&lt;/a&gt; on improving &lt;em&gt;simpleJ&lt;/em&gt;.
  &lt;/p&gt;
&lt;h3&gt;Tutorial (in spanish)&lt;/h3&gt;
&lt;p class=&quot;text&quot;&gt;
      We sell a 300 page tutorial introduction to game programming with &lt;em&gt;simpleJ&lt;/em&gt; (in spanish). You cand find more information about it (and a free download for the first two chapters) at &lt;a href=&quot;http://www.simplej.com&quot;&gt;www.simplej.com&lt;/a&gt;.
     &lt;/p&gt;
&lt;h3&gt;More information&lt;/h3&gt;
&lt;p class=&quot;text&quot;&gt;
    If you have any questions about &lt;em&gt;simpleJ&lt;/em&gt; please send an email to &lt;a href=&quot;mailto:mago@simplej.org&quot;&gt;mago@simplej.org&lt;/a&gt;.
  &lt;/p&gt;
&lt;p class=&quot;text&quot;&gt;
    &lt;a href=&quot;/?q=node/2&quot;&gt;Download simpleJ!&lt;/a&gt;
  &lt;/p&gt;
</description>
 <pubDate>Wed, 31 May 2006 17:32:11 -0500</pubDate>
</item>
</channel>
</rss>
