How would one go about integrated python into a c++ written game for the use of user-made scripts

Posted by Spencer Killen on Game Development See other posts from Game Development or by Spencer Killen
Published on 2013-06-29T09:31:31Z Indexed on 2013/06/29 10:30 UTC
Read the original article Hit count: 361

Filed under:
|
|

I'm quite new to game development (not the site) and I'm currently just trying to educate myself about some certain things before I really begin working and a game.

anyway, I'd like to know what basic algorithm/outline of how a game would be coded effeciently with the implementation of user coded scripts for gameplay and levels that are written in python,

Is this even possible? would all the features of python be avalible? like say "multi-threading"?

© Game Development or respective owner

Related posts about c++

Related posts about python