pysand - 1.0
A python version of the Falling Sand Game.
Neil Drummond
(prsn828)
Pysand is a python implementation of the Falling Sand Game.
It provides full support for custom elements, and since it is written in python, it should work on any operating system.
There currently isn't a homepage, but if it gets enough downloads and positive feedback, I might make one.
Changes
This is the initial release.
Links
- Home Page
- http://www.pygame.org
- Source
- http://www.mediafire.com/?mxjmijv2yzn
Releases
Pygame.org account Comments
-
Nate Lastname 2012-02-06 21:21
Hint: change line 305 of pysand.py to:
window.blit(font.render(elementNames[i].split('.')[-1], 1, color), elementRects[i])
to draw a name that makes sense.