<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://www.monsterbattle.org/dokuwiki/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.monsterbattle.org/dokuwiki/feed.php">
        <title>MonsterBattle</title>
        <description></description>
        <link>http://www.monsterbattle.org/dokuwiki/</link>
        <image rdf:resource="http://www.monsterbattle.org/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2010-06-26T04:16:16+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=python_examples&amp;amp;do=diff&amp;amp;1277536798"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=guess-it.scm&amp;amp;do=diff&amp;amp;1266388160"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=scheme_examples&amp;amp;do=diff&amp;amp;1266387903"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=python&amp;amp;do=diff&amp;amp;1266387866"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=scheme_code_snippets&amp;amp;do=diff&amp;amp;1266262887"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=scheme_library&amp;amp;do=diff&amp;amp;1266193226"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=python_code_snippets&amp;amp;do=diff&amp;amp;1228192426"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=welcome_to_monsterbattle&amp;amp;do=diff&amp;amp;1205011171"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:feature0102&amp;amp;do=diff&amp;amp;1182044868"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:development_ideas&amp;amp;do=diff&amp;amp;1174021996"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:bug0100&amp;amp;do=diff&amp;amp;1174015748"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:feature0100&amp;amp;do=diff&amp;amp;1174009992"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:feature0101&amp;amp;do=diff&amp;amp;1174009898"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:development_docs&amp;amp;do=diff&amp;amp;1173936054"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:view_source_code&amp;amp;do=diff&amp;amp;1149029365"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:development_changelog&amp;amp;do=diff&amp;amp;1140116340"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:latest&amp;amp;do=diff&amp;amp;1138693162"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:sourceforge_instructions&amp;amp;do=diff&amp;amp;1138670916"/>
                <rdf:li rdf:resource="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:faq&amp;amp;do=diff&amp;amp;1138468301"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.monsterbattle.org/dokuwiki/lib/images/favicon.ico">
        <title>MonsterBattle</title>
        <link>http://www.monsterbattle.org/dokuwiki/</link>
        <url>http://www.monsterbattle.org/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=python_examples&amp;amp;do=diff&amp;amp;1277536798">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-26T03:19:58+01:00</dc:date>
        <dc:creator>anonymous@71.141.123.164</dc:creator>
        <title>python_examples</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=python_examples&amp;amp;do=diff&amp;amp;1277536798</link>
        <description> Compute quadratic roots using a generator function #!/bin/env python &quot;&quot;&quot; Generates the quadratic roots for a canned set of values. &amp;nbsp; &quot;&quot;&quot; from math import sqrt &amp;nbsp; def quadratic_roots&amp;#40;a, b, c&amp;#41;:   &quot;&quot;&quot;   Generates the real roots of ax^2...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=guess-it.scm&amp;amp;do=diff&amp;amp;1266388160">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-17T01:29:20+01:00</dc:date>
        <dc:creator>anonymous@75.161.65.180</dc:creator>
        <title>guess-it.scm</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=guess-it.scm&amp;amp;do=diff&amp;amp;1266388160</link>
        <description> #!/usr/bin/gsi-script ; ; GUESS IT - A Computer Guessing Game ; ; Ported from the text &amp;quot;Apple Pascal Games&amp;quot; ; by Douglas Hergert and Joseph T. Kalash ; ; Converted to Scheme by dummy-head. ;  ; define some globals. I love this syntax for d...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=scheme_examples&amp;amp;do=diff&amp;amp;1266387903">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-17T01:25:03+01:00</dc:date>
        <dc:creator>anonymous@75.161.65.180</dc:creator>
        <title>scheme_examples - created</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=scheme_examples&amp;amp;do=diff&amp;amp;1266387903</link>
        <description> guess-it.scm   ...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=python&amp;amp;do=diff&amp;amp;1266387866">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-17T01:24:26+01:00</dc:date>
        <dc:creator>anonymous@75.161.65.180</dc:creator>
        <title>python</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=python&amp;amp;do=diff&amp;amp;1266387866</link>
        <description> Python Code Snippets - code fragments or functions  Python Examples - complete examples  Scheme Code Snippets - for experiments with scheme.  Scheme Examples - complete examples  Scheme Library - for growing library of scheme functions.   ...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=scheme_code_snippets&amp;amp;do=diff&amp;amp;1266262887">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-15T14:41:27+01:00</dc:date>
        <dc:creator>anonymous@75.161.65.180</dc:creator>
        <title>scheme_code_snippets</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=scheme_code_snippets&amp;amp;do=diff&amp;amp;1266262887</link>
        <description> copy a file  ; ; copy a file ; ; temporarily, do it the hard way ; one byte at a time. (temporarily) ; (define copy-file  (lambda (src dest)   (define src-port (open-input-file src))   (define dest-port (open-output-file dest))   ;   (let get-byte (...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=scheme_library&amp;amp;do=diff&amp;amp;1266193226">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-14T19:20:26+01:00</dc:date>
        <dc:creator>anonymous@75.161.65.180</dc:creator>
        <title>scheme_library</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=scheme_library&amp;amp;do=diff&amp;amp;1266193226</link>
        <description>  ;; ;;     Rick's  S C H E M E  Library ;; ;;          .---. .---. ;;         :   : o  : ;;       _..-:  o :   :-.._  ;;     .-'' ' `---' `---' &amp;quot;  ``-.   ;;    .'  &amp;quot;  ' &amp;quot; .  &amp;quot; . ' &amp;quot; `.  ;;    :  '.---.,,.,...,.,.,.,..---. ' ...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=python_code_snippets&amp;amp;do=diff&amp;amp;1228192426">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-01T23:33:46+01:00</dc:date>
        <dc:creator>anonymous@75.161.82.197</dc:creator>
        <title>python_code_snippets</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=python_code_snippets&amp;amp;do=diff&amp;amp;1228192426</link>
        <description> Dump out environment variables to file and quit. import os, sys &amp;nbsp; envfile = open&amp;#40;'environment.txt', 'w'&amp;#41; &amp;nbsp; for variable, value in os.environ.items&amp;#40;&amp;#41;:   print &amp;gt;&amp;gt; envfile, &quot;%20s %s&quot; % &amp;#40;variable, value&amp;#41; &amp;nbsp; en...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=welcome_to_monsterbattle&amp;amp;do=diff&amp;amp;1205011171">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-08T16:19:31+01:00</dc:date>
        <dc:creator>anonymous@75.161.69.155</dc:creator>
        <title>welcome_to_monsterbattle</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=welcome_to_monsterbattle&amp;amp;do=diff&amp;amp;1205011171</link>
        <description>   Introduction   MonsterBattle is an exciting multi-character battle simulation written in the Python computer language using the PyGame library. It allows the flexible creation of characters, weapons, traps and locations through the definition of s...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:feature0102&amp;amp;do=diff&amp;amp;1182044868">
        <dc:format>text/html</dc:format>
        <dc:date>2007-06-16T21:47:48+01:00</dc:date>
        <dc:creator>anonymous@71.210.221.205</dc:creator>
        <title>monsterbattle:feature0102 - created</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:feature0102&amp;amp;do=diff&amp;amp;1182044868</link>
        <description> If image (sprite) of player is naturally drawn facing the right, then if the player starts moving left, the sprite should be flipped horizontally to face to the left (same if sprite is left facing by default).   ...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:development_ideas&amp;amp;do=diff&amp;amp;1174021996">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-16T01:13:16+01:00</dc:date>
        <dc:creator>anonymous@71.210.234.37</dc:creator>
        <title>monsterbattle:development_ideas</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:development_ideas&amp;amp;do=diff&amp;amp;1174021996</link>
        <description> Should all combat be restricted to weapons? In other words, monster collisions feel a little weak with respect to collision detection, animation and overall gameplay. Should combat between monsters be limited to weapon attacks.  This would imply tha...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:bug0100&amp;amp;do=diff&amp;amp;1174015748">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-15T23:29:08+01:00</dc:date>
        <dc:creator>anonymous@71.210.234.37</dc:creator>
        <title>monsterbattle:bug0100</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:bug0100&amp;amp;do=diff&amp;amp;1174015748</link>
        <description> If you get a monster&amp;rsquo;s health to 0 by shooting them they should die, but instead they just sit there with a 0 health. You basically have to go touch them to finish them off. This is because the weapon attacks have different code from the origi...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:feature0100&amp;amp;do=diff&amp;amp;1174009992">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-15T21:53:12+01:00</dc:date>
        <dc:creator>anonymous@71.33.41.104</dc:creator>
        <title>monsterbattle:feature0100 - created</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:feature0100&amp;amp;do=diff&amp;amp;1174009992</link>
        <description> Add traps attribute to player.   During gameplay, pressing &amp;lsquo;t&amp;rsquo; will drop trap at current location.   ...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:feature0101&amp;amp;do=diff&amp;amp;1174009898">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-15T21:51:38+01:00</dc:date>
        <dc:creator>anonymous@71.33.41.104</dc:creator>
        <title>monsterbattle:feature0101</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:feature0101&amp;amp;do=diff&amp;amp;1174009898</link>
        <description> Create new structure type for representing line drawn houses, barriers, walls etc.  Locations will (optionally) specify a list of structures.    ...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:development_docs&amp;amp;do=diff&amp;amp;1173936054">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-15T01:20:54+01:00</dc:date>
        <dc:creator>anonymous@71.210.234.37</dc:creator>
        <title>monsterbattle:development_docs</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:development_docs&amp;amp;do=diff&amp;amp;1173936054</link>
        <description> Sourceforge Instructions    ...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:view_source_code&amp;amp;do=diff&amp;amp;1149029365">
        <dc:format>text/html</dc:format>
        <dc:date>2006-05-30T18:49:25+01:00</dc:date>
        <dc:creator>anonymous@137.78.33.160</dc:creator>
        <title>monsterbattle:view_source_code</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:view_source_code&amp;amp;do=diff&amp;amp;1149029365</link>
        <description> http://cvs.sourceforge.net/viewcvs.py/monsterbattle/monster_battle/monsterbattle.py?view=markup   Classes  http://monsterbattle.cvs.sourceforge.net/monsterbattle/monster_battle/mb_monster.py?view=markup  http://cvs.sourceforge.net/viewcvs.py/monster...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:development_changelog&amp;amp;do=diff&amp;amp;1140116340">
        <dc:format>text/html</dc:format>
        <dc:date>2006-02-16T13:59:00+01:00</dc:date>
        <dc:creator>anonymous@137.78.33.160</dc:creator>
        <title>monsterbattle:development_changelog</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:development_changelog&amp;amp;do=diff&amp;amp;1140116340</link>
        <description> Feb 2006  Traps can now be loaded into locations. (RC 02/15/06) Sound and Music volume controlled with new options menu. (AS 02/14/06) Monsters can now enter user defined locations. Moved logic into Sim objects. (RC 02/12/06) Implemented sound using...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:latest&amp;amp;do=diff&amp;amp;1138693162">
        <dc:format>text/html</dc:format>
        <dc:date>2006-01-31T02:39:22+01:00</dc:date>
        <dc:creator>anonymous@69.229.108.84</dc:creator>
        <title>monsterbattle:latest</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:latest&amp;amp;do=diff&amp;amp;1138693162</link>
        <description>&amp;nbsp; #!/usr/bin/env python # # MonsterBattle # # Copyright 2006 Team MB # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; ...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:sourceforge_instructions&amp;amp;do=diff&amp;amp;1138670916">
        <dc:format>text/html</dc:format>
        <dc:date>2006-01-30T20:28:36+01:00</dc:date>
        <dc:creator>anonymous@137.78.33.160</dc:creator>
        <title>monsterbattle:sourceforge_instructions</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:sourceforge_instructions&amp;amp;do=diff&amp;amp;1138670916</link>
        <description> Add the following to your .cshrc  setenv CVS_RSH ssh   Checking out files  cvs -z3 -d:ext:USERNAME@cvs.sourceforge.net:/cvsroot/monsterbattle co -P monster_battle   This will create a new directory on your local machine with the latest files.   Comp...</description>
    </item>
    <item rdf:about="http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:faq&amp;amp;do=diff&amp;amp;1138468301">
        <dc:format>text/html</dc:format>
        <dc:date>2006-01-28T12:11:41+01:00</dc:date>
        <dc:creator>anonymous@69.228.147.155</dc:creator>
        <title>monsterbattle:faq</title>
        <link>http://www.monsterbattle.org/dokuwiki/doku.php?id=monsterbattle:faq&amp;amp;do=diff&amp;amp;1138468301</link>
        <description> Q: What version of Python does MonsterBattle require?  A: Python 2.4 or greater.    ...</description>
    </item>
</rdf:RDF>
