DonationCoder.com Accessibility Game Coding Contest
Jan.05, 2007 in
announcements, gamedev, news, projects, pygame
Finally! I was able to upload my entries to DonationCoder’s contest, despite the problems that I was having earlier. I was able to find a computer with a good internet connection (thank you!)
. I will be making posts about this at this forum page on DonationCoder.com. Thanks in advance for trying my games! ![]()
License
This work is published under a Creative Commons Attribution 2.5 License.


January 6th, 2007 at 11:33 am
I downloaded all three and they look pretty good. Flight needs a background and the ability to respawn after you crash but they’re still good games. By the way, how did you make animated sprites?
January 6th, 2007 at 10:58 pm
Thanks for trying the games, Dave! I will try to make a post regarding sprite animation soon, but, to give a quick answer to your question, you just need to modify the sprite’s image variable at fixed time intervals to another image by using a counter and an if statement in the sprite’s update method. Hmmm… that didn’t sound so clear… I’ll really try to clear this up in a coming post.
July 29th, 2007 at 10:35 am
[...] using any Java-enabled browser. Basically, this is a port of one of the Python/Pygame projects that I did before, and is my first project made with the Processing programming environment, which I’m trying [...]