Difference between revisions of "Category:AI Python file"

From RA2Wiki
Jump to navigation Jump to search
(Created page with 'An AI python file is a small Python program that determines a small program for the behavior of an AI-ed robot. They all are contained in the AI folder. To use one, you jus…')
 
Line 1: Line 1:
An AI python file is a small Python program that determines a small program for the behavior of an AI-ed robot.
+
An '''AI python file''' (known as a .py for short) is a small Python program that determines a small program for the behavior of an AI-ed robot.
  
 
They all are contained in the [[AI folder]].
 
They all are contained in the [[AI folder]].
Line 5: Line 5:
 
To use one, you just need to include the name in the proper line of a bot in the [[Bindings.py]] file (also in AI)
 
To use one, you just need to include the name in the proper line of a bot in the [[Bindings.py]] file (also in AI)
  
Builders with enough modding skill are known to write some for custom bots or just for improving the general AI-ing experience.
+
Builders with enough python skill are known to write their own .py's for their own or innovative bots or just to make AI'ing easier or better.

Revision as of 04:57, 18 February 2010

An AI python file (known as a .py for short) is a small Python program that determines a small program for the behavior of an AI-ed robot.

They all are contained in the AI folder.

To use one, you just need to include the name in the proper line of a bot in the Bindings.py file (also in AI)

Builders with enough python skill are known to write their own .py's for their own or innovative bots or just to make AI'ing easier or better.

Pages in category "AI Python file"

The following 4 pages are in this category, out of 4 total.