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

Re: [pygame] New here, me and my game



What is really neat with Python and Pygame, is there are so many ways to accomplish the same things.


Yes, but you'll see that there is one true, right way most of the time (I think python is designed to be like that iirc). If you keep adding stuff and all the time you think "wow.. that was easy... great, this fits!" then you are doing it right :-)

That's how I'd describe well designed code...