Added two control "plugins", Conway's Game of Life and spectrum.
commitc919c9f79a3e2a23a1d6e680e8287cf84886cfa7
authorBenedikt Sauer <filmor@gmail.com>
Thu, 11 Sep 2008 15:54:28 +0000 (11 17:54 +0200)
committerBenedikt Sauer <filmor@gmail.com>
Thu, 11 Sep 2008 15:54:28 +0000 (11 17:54 +0200)
tree51dab5653609cf01408fae305e6dbbc6ed25b239
parentd33ee1798f35a1a9f91a11e4ee3fdce40255d118
Added two control "plugins", Conway's Game of Life and spectrum.

- Corrects a typo in build_frame.
client/controls/__init__.py [new file with mode: 0644]
client/controls/life.py [new file with mode: 0644]
client/controls/spectrum/__init__.py [new file with mode: 0644]
client/controls/spectrum/fmod.c [new file with mode: 0644]
server/blinken.py