[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] Pygame



i'm most impressed with the unrealscript language, it is a simple and clean OO scripting language. there is a single "object" class that everything derives from, weapons, players, projectiles, even objects on the map.

So could python do the job with a similar level of efficiency if some specialized classes were written or if existing classes were subclassed for this purpose?