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

[pygame] my first game (so far)



Hi all. First, I would like to thank this list, and the #pygame channel for all the help so far in writing my first game, which is going to be a 2D RPG. Thank you so much!

I started writing my first game January 1st, and I have a long way to go, but I figured I would post my progress so far and maybe get some suggestions for improvement, or maybe my code can somehow help someone else, so here it is:

http://onyx.yi.org/sites/onyx.yi.org/files/test.tar_.bz2

I am currently having difficulties figuring out how I can adapt what I have so far to scroll the world when the player moves near the edges of the screen. If you have any ideas, any help would be appreciated.

Well, enjoy the code..or don't enjoy it. I actually expect a lot of criticism. I'm new to OOP and game design.