Skip to main content

pysand

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

Links

Home Page
http://www.pygame.org

Releases

pysand 1.0 — 21 Feb, 2010

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.