raymondberg / pygames

Games using pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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/

About

Games using pygame


Languages

Language:Python 100.0%