⇤ ← Revision 1 as of 2002-07-14 23:46:59
Size: 259
Comment:
|
Size: 272
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
But if you have an existing game and want to add a scripting engine to make it more flexible, Python is a very good choice. But you'll have to learn about IntegratingPythonWithC. | But if you have an existing game and want to add a scripting engine to make it more flexible, Python is a very good choice. But you'll have to learn about IntegratingPythonWithOtherLanguages. |
You can write whole games in Python using [http://www.pygame.org/ PyGame].
But if you have an existing game and want to add a scripting engine to make it more flexible, Python is a very good choice. But you'll have to learn about IntegratingPythonWithOtherLanguages.