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.
nice patch...always left with one on the damn thing though
Federico wrote:
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.
On Sun, 13 Feb 2005 09:41:07 -0800 Brendan Asselstine bstine@telus.net wrote:
nice patch...always left with one on the damn thing though
LOL! if you search over the net, you'll find various strategies to solve this puzzle.
the one i know is to start from top left, turning on the checkboxes by clicking on the checkbox below (so you really start from the second line). you follow this way until the last line, where you still have some checkboxes unchecked... then you click some (i don't remember precisely which), and then starting again from the second line to turn on checkboxes by clicking on the checkbox below... maybe magically you got all the checks turned on!
i'm sorry if this appear confused. it's easier explain it whit a graph than with words (expecially for me)
however this is only one way. and remember, the first two times i played this game, i solved it clicking randomly, whit a big surprise of my friends, hehe :))
if you want know more... until now i solved it in 25 clicks =)
maybe i'll make more levels in the future.
enjoy!