Difference between revisions of "SoC Ideas Lua AI"
From The Battle for Wesnoth Wiki
m (→==Extend Wesnoth Lua AI Support) |
m |
||
Line 1: | Line 1: | ||
{{Template:SoC2010Idea}} | {{Template:SoC2010Idea}} | ||
=Description= | =Description= | ||
− | + | <h3>Extend Wesnoth Lua AI Support</h3> | |
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. | ||
Revision as of 22:21, 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.