|
|
| (5 intermediate revisions by one other user not shown) |
| Line 1: |
Line 1: |
| =Overview=
| | #REDIRECT [[BZRobots]] |
| This page is to describe the community ideas for the BZRobots API that is to be provided as part of the Programmable Computer Player Client project for the Google Summer Of Code
| |
| | |
| = Implementation ideas =
| |
| * [[BZRobots/ShotsAndEnemies]]
| |
| | |
| = Feature ideas =
| |
| ==Scripting==
| |
| * Integrate python as a scripting language on top of C++
| |
| * Be able to load C++ or python modules transparently.
| |
| | |
| ==API functions==
| |
| * Provide global, team, admin, and report chat APIs so bots can communicate just like players, perhaps with some parsing helper functions.
| |
| * Provide an API for visual targets based on the same rules a player would see.
| |
| * Have methods to compute travel paths to desired locations, with updates for moving targets.
| |
| | |
| == Input ==
| |
| * Allows input of coordinates/properties from stdin, so info from other apps, gps, etc. can be pumped into the bot
| |
| | |
| =See Also=
| |
| * [[Google_Summer_of_Code|Google Summer of Code]]
| |
| * [[BZRobots/About]]
| |