开发者

How to use jint with XNA to build a game engine?

I want to create a game en开发者_C百科gine in XNA that has scripting abilities (Jint). How do I go about doing this? (General idea of the direction to proceed - not necessarrily deatils).

Thanks

Q


It's really just as you say, you make your game engine, in C#. You embed Jint and expose the relevant parts of your game engine to it, and provide a way for clients of your game engine to register scripts that run in response to game events or whatever you have planned.

If you are more specific about where you lack direction, you may get more specific direction from people here :)

Not to spoil your fun here, but if you had to ask this question, maybe you should consider a less ambitious project, like building Jint support into an existing XNA game engine? That would give you much better odds of getting something more concrete than just a learning experience out of this.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜