Games using pygame. These are a few example "games" to get me started with the pygame framework. It's easy enough to build your own, I recommend trying it. You can start with mine!
You'll need pygame installed before going. Try these links:Several "games are included" and each runs from a single .py file with corresponding "images/" folder for sprites.
Just a goofy sprite creator. Here's a video: https://www.youtube.com/watch?v=Wopx-dekZKk Free form pellet collection, dodge the bullets! You can't win. Simple Gravity Engine and Jumping with, so far as I can tell, no purpose.I leaned on this to get started: http://www.learningpython.com/2006/03/12/creating-a-game-in-python-using-pygame-part-one/