Game Programming with Pyton, Lua and Ruby
[ LiB ] |
Exercises
1: | How do you call an object's method from C using Python? Lua? Ruby? |
2: | Write sample code to extract C values from one of the three languages' object. Watch out for types! |
3: | List two possible issues when using extensions in a project. |
[ LiB ] |