Difference between revisions of "SummerOfCodeProposal AI Improvement Crab AI Formula Language"

From The Battle for Wesnoth Wiki
m (New page: = Formula language = Formula language should be decoupled from formula AI to allow any AI to use it. Basic formula AI functions should use the game rules library functions to avoid code ...)
 
m
Line 8: Line 8:
 
--
 
--
  
return back to [[SummerOfCodeProposal_AI_Improvement_Crab|Summer Of Code Proposal of Crab]]
+
return back to [[SummerOfCodeProposal_AI_Improvement_Crab#AI_Module|Summer Of Code Proposal of Crab]]

Revision as of 22:05, 2 April 2009

Formula language

Formula language should be decoupled from formula AI to allow any AI to use it.

Basic formula AI functions should use the game rules library functions to avoid code duplication.


--

return back to Summer Of Code Proposal of Crab