SummerOfCodeProposal AI Improvement Crab AI AI Interface

From The Battle for Wesnoth Wiki
Revision as of 20:56, 2 April 2009 by Crab (talk | contribs) (New page: = AI Interface = The purpose of the ai_interface is to allow ai_manager code to be AI-independent and to allow pluggable AI implementations to be constructed from components. The most im...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

AI Interface

The purpose of the ai_interface is to allow ai_manager code to be AI-independent and to allow pluggable AI implementations to be constructed from components.

The most important function in ai_interface, is, of course, play_turn() This class will be based on current ai_interface implementation but with changes to allow modular construction of the AI

--

return back to SummerOfCodeProposal_AI_Improvement_Crab