Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raymondberg/pygames

Games using pygame
https://github.com/raymondberg/pygames

Last synced: 5 days ago
JSON representation

Games using pygame

Awesome Lists containing this project

README

        

# pygames

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!

Install


You'll need pygame installed before going. Try these links:

  • http://www.pygame.org/wiki/CompileUbuntu

  • http://pygame.org/wiki/macintosh

Several "games are included" and each runs from a single .py file with corresponding "images/" folder for sprites.

Sines


Just a goofy sprite creator. Here's a video: https://www.youtube.com/watch?v=Wopx-dekZKk

Mooker


Free form pellet collection, dodge the bullets! You can't win.

DocDuk


Simple Gravity Engine and Jumping with, so far as I can tell, no purpose.

Resources

I leaned on this to get started: http://www.learningpython.com/2006/03/12/creating-a-game-in-python-using-pygame-part-one/