Difference between revisions of "SoC Ideas Lua AI"
From The Battle for Wesnoth Wiki
m |
m (→Description) |
||
Line 2: | Line 2: | ||
=Description= | =Description= | ||
Lua AI support was recently added to wesnoth. Expose c++ AI support functions that wesnoth has, to Lua. | Lua AI support was recently added to wesnoth. Expose c++ AI support functions that wesnoth has, to Lua. | ||
+ | =Definition of Done= | ||
+ | all information that is possible to use in c++ AI, is possible to use in Lua AI with relatively same level of complexity for AI author. |
Revision as of 21:05, 28 February 2010
This page is related to Summer of Code 2010 |
See the list of Summer of Code 2010 Ideas |
This is a Summer of Code 2010 Idea |
Description
Lua AI support was recently added to wesnoth. Expose c++ AI support functions that wesnoth has, to Lua.
Definition of Done
all information that is possible to use in c++ AI, is possible to use in Lua AI with relatively same level of complexity for AI author.