Difference between revisions of "SoC Ideas Lua AI"
From The Battle for Wesnoth Wiki
m (→Description) |
m (→==Extend Wesnoth Lua AI Support) |
||
Line 1: | Line 1: | ||
{{Template:SoC2010Idea}} | {{Template:SoC2010Idea}} | ||
=Description= | =Description= | ||
− | ===Extend Wesnoth Lua AI Support= | + | ===Extend Wesnoth Lua AI Support=== |
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. | ||
+ | |||
=Additional information= | =Additional information= | ||
=Definition of Done= | =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. | 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:57, 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 |
Contents
Description
Extend Wesnoth Lua AI Support
Lua AI support was recently added to wesnoth. Expose c++ AI support functions that wesnoth has, to Lua.
Additional information
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.