Controls: Arrow keys to move Space pauses R restarts the game Escape quits Read more …
Conway’s Game of Life — 1.1
This is my first project using the pygame library. It came together rather quickly, but my algorithm needed some optimization. So after iterating over my code, I managed a 5x performance improvement. To see all the available command line arguments: Life.py help My favorite settings: Life.py gridsize 256 numcells 10000 To profile the code as I did use: Life.py gridsize 256 num… Read more …
M_BREAKOUT — 0.1
Extremely simple, can read files like 1.bo in the source code . Read more …
BATTLE!! — 1.1
Tanks that do epic battle set in the far reach badlands of cmd.exe very basic .. but this is a great start for someone like me that hasn\’t had any experience with programming, and i\’m so proud. please don\’t be too harsh. : enjoy Read more …
Surface-based destructible terrain — 1.0
For an hypothetic nonexistent reader who can’t figure the twenty lines of code out, this simply blits a circle of X color onto a surface whose colorkey was previously set to X. Coming up: destructible terrain based on rectangle subdivision. It’s better than the surface approach if you actually want this terrain to be useful for stuff like checking whether a platformer character is on it. … Read more …
Snake Bite — 1.0
This fully documented Snake demo was made in 50 minutes, and the code itself is around 100 lines of code. Its quite playable, and most addictive but aren’t all snake games addictive? Hope you new pygame coders get something out of this! Read more …
Emergent — 1.1
My humble attempt at creating emergent behavior Read more …
Plasma Fx — 0.1
This is a simple plasma effect. Read more …
pyCropper — 2008-05-20
pyCropper is a simple program that allows quick cropping for a large collection of images. Read more …
simple game gui — 0.9.2
IMPORTANT UPDATE This project is not under development anymore. Version 2 is in experimental phase and uses launchpad.net as a sharing and development platform for its making. Please feel free to join as you wish to the project which is much more advanced than this old version .You can find the official page at https: launchpad.net simple pygame gui. Hope to see you there! After … Read more …