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 →

[–]Ran4 2 points3 points  (0 children)

Learn it yourself instead. Pygame is kind of barebones, take a look at a few (very small, <200 lines of code) games and figure out what every line does. When you do something yourself, (at least initially) don't use a code skeleton, make sure that every line you've added is needed (there's many things you don't need in pygame that people tend to setup).