This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

BZRobots/Ideas: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=Overview=
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
= Feature ideas =
= Feature ideas =
Here '''everyone''' can post their feature suggestions for the new BZRobots :-)
==Scripting==
==Scripting==
* Integrate python as a scripting language on top of C++
* Integrate python as a scripting language on top of C++
Line 11: Line 11:
* Provide an API for visual targets based on the same rules a player would see.
* 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.
* Have methods to compute travel paths to desired locations, with updates for moving targets.
=See Also=
[Google_Summer_of_Code]

Revision as of 16:52, 26 June 2007

Overview

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

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.

See Also

[Google_Summer_of_Code]