On Sun, Feb 8, 2009 at 2:45 PM, J <seaworthyjer...@gmail.com> wrote: > Thanks for your answers, especially Chris Rebert and Paul McGuire's. I > have a question: > How far does Python go in the Game Development field? (Using Python > only, no extensions)
You pretty much need to integrate with some C(++) libraries in order to write fancier games. However, you yourself don't need to write any non-Python in order to utilize these libraries. Pygame (http://www.pygame.org/) is a popular collection of multimedia library bindings for Python. Cheers, Chris -- Follow the path of the Iguana... http://rebertia.com -- http://mail.python.org/mailman/listinfo/python-list