Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raymondberg/pygames
Games using pygame
https://github.com/raymondberg/pygames
Last synced: 5 days ago
JSON representation
Games using pygame
- Host: GitHub
- URL: https://github.com/raymondberg/pygames
- Owner: raymondberg
- Created: 2015-03-27T04:34:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T02:13:33.000Z (over 4 years ago)
- Last Synced: 2024-11-02T10:11:30.313Z (12 days ago)
- Language: Python
- Size: 36.1 KB
- Stars: 8
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/