Metadata-Version: 1.1
Name: botchallenge
Version: 1.1
Summary: A Python API for interacting with a Minecraft server plugin to control a bot.
Home-page: https://github.com/katharosada/botchallenge
Author: Katie Bell
Author-email: katie@katharos.id.au
License: MIT
Description: Described at the url listed is a Minecraft server plugin for adding a network
        interface for each player to control their own bot figure in the Minecraft
        world.
        
        This is the Python API for that network interface, it allows a user to script
        their own Minecraft bots which can move around independently (even when the
        player is disconnected), search for blocks of specific types, mine blocks and
        place blocks.
        
Keywords: minecraft bot
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Games/Entertainment
