Difference between revisions of "SummerOfCodeProposal AI Improvement Crab AI AI Interface"
From The Battle for Wesnoth Wiki
(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...) |
m (categorizing) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 8: | Line 8: | ||
-- | -- | ||
− | return back to [[SummerOfCodeProposal_AI_Improvement_Crab]] | + | return back to [[SummerOfCodeProposal_AI_Improvement_Crab#AI_Module|Summer Of Code Proposal of Crab]] |
+ | |||
+ | [[Category:Summer of Code]] |
Latest revision as of 03:21, 6 March 2011
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 Summer Of Code Proposal of Crab
This page was last edited on 6 March 2011, at 03:21.