Page 1 of 1

Flipper II 2025 Game

Posted: Mon Aug 04, 2025 2:37 am
by Hutchboy
Hi,

I've attached a modernized version of an old HyperCard game reimplemented as a LiveCode stack. This implementation adds a "Solve" button that lets the computer try to find the optimal solution. It will step through each flip if you select that option.

The stack script includes User Interface layout scripts but I've commented out the calling functions after I created the stack the first time. I've left the code in so you can peruse it should you want revise it to your liking.

-Mike

Re: Flipper II 2025 Game

Posted: Mon Aug 04, 2025 9:33 am
by bn
Hi Mike,

Thanks for this game, it is new to me and It is fun to play.

Kind regards
Bernd

Re: Flipper II 2025 Game

Posted: Mon Aug 04, 2025 10:13 am
by stam
Fun concept... just a bit too hard with words much longer than 5 chars, let alone phrases lol ;)

Re: Flipper II 2025 Game

Posted: Mon Aug 04, 2025 2:39 pm
by dunbarx
Mike.

I play Scrabble, and so was interested in the idea of shuffling letters around to find words. So I entered "YRD", thinking I would see the program invert those letters to "DRY". But it didn't, it switched them around back to "YRD".

Craig

Re: Flipper II 2025 Game

Posted: Mon Aug 04, 2025 2:47 pm
by dunbarx
Maybe I am not playing this properly. I entered "ERITD", thinking I would get back "TIRED" or "TRIED", but it ended up back at "ERITD".

Craig

Re: Flipper II 2025 Game

Posted: Mon Aug 04, 2025 4:03 pm
by stam
it's how many letters you flip counting from the first (left) char.
Flipping ERITD by 3 will give you IRETD
Flipping ERITD by 4 will give you TIRED (unless I've grossly misunderstood)

Re: Flipper II 2025 Game

Posted: Mon Aug 04, 2025 5:26 pm
by dunbarx
OK, I did not understand the game, I guess.

Craig