[PD] All-lights game in pd

Federico xaero at inwind.it
Mon Feb 14 10:29:46 CET 2005


i liked this game a lot.
yesterday i was searching it over the net, but can find only java
versions, so i wrote my own in pd.

for those who don't know: the goal of this game is to turn on all the
lights (checkboxes)

internals are very simple:
 i wrote my own checkbox object (GOP abstraction) which propagates only
when clicked by user, but never when triggered by another checkbox. so
all checkbox are linked together. the second inlet traverse every object
to check if you won.

i named this "spacca25" (without any particular sense ;])

contents:

  game.pd    The MAIN object. Start with this
  board.pd   The Board object.
  p.pd       The Checkbox object.

-- 
Federico
-------------- next part --------------
A non-text attachment was scrubbed...
Name: game.pd
Type: application/octet-stream
Size: 1069 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20050214/3bbaf5be/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: board.pd
Type: application/octet-stream
Size: 2854 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20050214/3bbaf5be/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: p.pd
Type: application/octet-stream
Size: 823 bytes
Desc: not available
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20050214/3bbaf5be/attachment-0002.obj>


More information about the Pd-list mailing list