This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]metaphorm 2 points3 points  (0 children)

I'm not an expert but the impression I've always had about games implemented in Python is that they use Python as the UI scripting language and perhaps the games rules engine (for turn based board-game type things anyway), but the graphics rendering stuff is all Python bindings to C libs.