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/History: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
=Overview= | =Overview= | ||
This page describes the Programmable Computer Player Client project for the [[Google Summer Of Code]]. | This page describes the Programmable Computer Player Client project for the [[Google Summer Of Code]]. | ||
The project is being developed by Jørgen Pedersen Tjernø (AKA daxxar) as described on the [[Google_Summer_of_Code#Programmable_Computer_Player_Client|GSoC Wiki Page]]. Development updates are posted to the dev blog at | The project is being developed by Jørgen Pedersen Tjernø (AKA daxxar) as described on the [[Google_Summer_of_Code#Programmable_Computer_Player_Client|GSoC Wiki Page]]. Development updates are posted to the dev blog at http://gsoc.daxxar.com. The code will be kept in the [[BZFlag_SVN| BZFlag subversion system]] at http://bzflag.svn.sourceforge.net/svnroot/bzflag/trunk/bzflag/src/bzrobots. | ||
=Architecture= | =Architecture= | ||
Revision as of 17:01, 26 June 2007
Overview
This page describes the Programmable Computer Player Client project for the Google Summer Of Code. The project is being developed by Jørgen Pedersen Tjernø (AKA daxxar) as described on the GSoC Wiki Page. Development updates are posted to the dev blog at http://gsoc.daxxar.com. The code will be kept in the BZFlag subversion system at http://bzflag.svn.sourceforge.net/svnroot/bzflag/trunk/bzflag/src/bzrobots.
Architecture
The architecture will be designed in such a way that a client component (similar to the current bzrobots) takes commands via a defined protocol from an AI component. The client component will be called the 'backend'. The 'frontend' will be what executes the AI logic, and takes care of communication with the 'backend'.
See Also
BZRobots/Protocol - Description of the new protocol
BZRobots/Ideas - Feature suggestions / thoughts