Team: otabi
Members: Stephen P. Cerruti
Language: Java
Proficiency with Language: Beginner

Unimplemented: Bidding, Pushing, Proper Package Selection, Documentation
Movement: Weighted flooding algorithm with recursive increase in sub-map size.
Turn Logic:
    If I am at a held package destination, drop the package.
    If I can pick up a package, pick up a package for the
        geometrically nearest destination.
    Move towards the nearest suspected location for packages.

Notes:
I am not happy with the code. Did not do enough up front work in laying out
the objects and since this was my first Java program I had issues selecting the
correct containers. I would class the code as an operational prototype.

The code lacks documentation, copywrite headers and logical variable naming.

