Implementing a simple XML based Scripting Language for an XNA Game

前端 未结 5 1226
闹比i
闹比i 2021-01-07 08:38

I\'m working with a team on a RPG engine in C# and XNA. We\'re planning on targeting Windows and Windows Phone 7, but are running into issues with AI interactions and contro

5条回答
  •  盖世英雄少女心
    2021-01-07 09:34

    You may wish to consider embedding a real language such as Lua instead of using an XML syntax. There's a reason why you don't see many programming languages built upon actual XML syntax! It's really awkward for actual programming tasks.

提交回复
热议问题