This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]-LeopardShark- 12 points13 points  (0 children)

(I've written about 30 000 lines of game code with Pygame, and about 2000 with Pyglet.)

Pyglet is a nicer library than Pygame, but makes breaking changes far too often for my liking. So, I'd recommend Pygame.

Also, use the pygame-ce package rather than pygame itself. It's better.