[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] "Nutshell" 2007.4.13.2



I don't know if anyone's following this, but:

New Nutshell game framework with bugfixes etc.:
http://kschnee.xepher.net/code/nutshell_basic.py.txt

Orrery, a Nutshell demo adding Newtonian gravity to show a solar system (which you can watch, or wreck using the mouse and the D key):
http://kschnee.xepher.net/code/orrery.py.txt


Nutshell Test: Sketch-in-progress in which you control a heroic yellow square, seen from a side view, flying around and colliding with a platform. Hit Space while holding Left/Right/neither to flap.
http://kschnee.xepher.net/code/nutshell_test.py.txt


These show off how to subclass the basic Entity and BasicWorldsim classes, add custom collision effects, and otherwise actually use the thing.

Kris