BUILD: 1.0 KNOWN BUGS: 0 NOTE: First build, needs work BUILD: 2.0 KNOWN BUGS: 1 FIXED: Now more Object Oriented, fuel, ammo, and movement handled by new Bot class Added need functions to the new Bot class Position now merely a base class, more static Fixed Documentation where necessary Moved Errors to Global position and added PositionError for polymorphism menu() now asks for input instead of waiting for 1 second BUILD: 2.1 (Bug Fix) KNOWN BUGS: 0 FIXED: Bot.move() now applies changes to a tempory Position() object, copying x and y back if no Error are raised BUILD: 2.1.1 NOTE: Added "position" option to menu ( calls super().__str__ ) Added needed docstrings BUILD: 2.1.2 FIXED: Bot.fire_weapon() and Bot.move() now return self