Not to be picky, but I want to do it completely without internet installed modules.
On Wed, Feb 6, 2013 at 3:17 PM, Julian <[email protected]> wrote: > On 02/06/2013 06:12 PM, Elias Benevedes wrote: > >> There must be a way to write it in pure python code for the fact that >> pygame uses python (I assume?). >> > Pygame does not use Python for the low-level stuff. It's mostly a > front-end for SDL, which is in C. > > Like Richard suggested, try Pyglet. That is written entirely in Python > (and that's a really nice thing, because that means it works with PyPy). > -- "The validity of internet quotes are getting sketchy nowadays" -Abraham Lincoln
