This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "BZRobots/History"

From BZFlagWiki
Jump to: navigation, search
(Overview)
(See Also)
Line 10: Line 10:
  
 
[[BZRobots/Ideas]] - Feature suggestions / thoughts
 
[[BZRobots/Ideas]] - Feature suggestions / thoughts
 +
 +
[[BZRobots/RoboCode_Changes]] - List of relevant changes from the RoboCode API (due to various parts of bzflags)

Revision as of 15:17, 9 July 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

BZRobots/RoboCode_Changes - List of relevant changes from the RoboCode API (due to various parts of bzflags)