<?xml version="1.0" encoding="UTF-8"?>

<game>
  <author>
     <name>Hans</name>
     <userName>Hansi</userName>
  </author>
  <description>
    <gameID>1421234</gameID>
    <title>Photo Treasure Hunt</title>
    <instruction>Take some funny pictures. :)</instruction>
    <start>
       <date>11-01-2004</date>
       <time>11:00</time>
    </start>
    <end>
       <date>11-01-2004</date>
       <time>24:00</time>
    </end>
    <playerMax>6</playerMax>
    <sharingAllowed>true</sharingAllowed>
    <ordered>false</ordered>
  </description>
  <lookAndFeel>
     <image>http://www.heino.de/all.gif</image>
     <bgColor>blue</bgColor>
  </lookAndFeel>
  <tasks>
    <task nr='1' points='3' maxPics='3'>
      <mission>Take a picture of whatever.</mission>
    </task>
    <task nr='2' points='4' maxPics='0'> <!-- 0 = endles -->
      <mission>Take a picture of whatever again.</mission>
    </task>
  </tasks>
</game>
