What is Buddha?
----------------

This program acts as an robot in a artifical world, 
described by http://icfpcontest.cse.ogi.edu/task.html.

Version
-------

Version is now 0.2 (third submission)
(Bug fixes)

Usage
-----

runme -s servername -p port
"localhost" and 22101 are defaults

We committed no buildme script, because we delivered a static
compliled program (runme). But building is an easy "make" call.

Authors
-------

We are two students from Kaiserslautern, Germany.

Tobias Wahl, (Math) <wahl@mathematik.uni-kl.de>
Christoph Bauer (Computer sience) <c_bauer@informatik.uni-kl.de>


Specials about this program
----------------------------

This is our first OCaml progamm! So our Team is called
Bloody Camls. Ocaml is mostly cool.

We throw a bunch of heurisitics in the program and hope now,
it will work. Don't look into the source. We have to fight
against the syntax, so we don't have the time to make comments.
(Of course out of the contest we do literater programming).

Copyright
----------

Copyright (c) 2002, Team Bloody Camls
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    * Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

