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

Difference between revisions of "Bots"

From BZFlagWiki
Jump to: navigation, search
(added categories)
 
Line 12: Line 12:
  
 
==[[BZRobots]]==
 
==[[BZRobots]]==
[[BZRobots]] is an artificial intelligence training and development tool that operates under the BZFlag platform
+
[[BZRobots]] is an artificial intelligence training and development tool that operates under the BZFlag platform.
  
 
==Server-side Bots==
 
==Server-side Bots==
This is a new feature in the [BZFlag_3.0] API, allowing bots to run on the server
+
This is a new feature in the [BZFlag_3.0] API, allowing bots to run on the server.
 +
 
 +
[[Category:Client]]
 +
[[Category:Server]]

Latest revision as of 02:17, 28 November 2016

There are four different kinds of "Bots" in BZFlag:

  • AutoPilot
  • SoloBots
  • BZRobots
  • Server-side Bots

AutoPilot[edit]

With a standard key mapping, the "9" key will turn on the AutoPilot. Note that some servers frown upon the use of the autopilot, and others have it disabled entirely.

SoloBots[edit]

Solo robots are operated via the -solo command line option. Most popular servers do not allow solo robots on their servers.

BZRobots[edit]

BZRobots is an artificial intelligence training and development tool that operates under the BZFlag platform.

Server-side Bots[edit]

This is a new feature in the [BZFlag_3.0] API, allowing bots to run on the server.