Flipper II 2025 Game

Creating Games? Developing something for fun?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Hutchboy
Posts: 109
Joined: Wed Aug 01, 2018 2:57 pm
Contact:

Flipper II 2025 Game

Post by Hutchboy » Mon Aug 04, 2025 2:37 am

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
Attachments
Flipper II 2025.livecode.zip
(9.56 KiB) Downloaded 7 times

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4170
Joined: Sun Jan 07, 2007 9:12 pm

Re: Flipper II 2025 Game

Post by bn » Mon Aug 04, 2025 9:33 am

Hi Mike,

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

Kind regards
Bernd

stam
Posts: 3069
Joined: Sun Jun 04, 2006 9:39 pm

Re: Flipper II 2025 Game

Post by stam » Mon Aug 04, 2025 10:13 am

Fun concept... just a bit too hard with words much longer than 5 chars, let alone phrases lol ;)

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10312
Joined: Wed May 06, 2009 2:28 pm

Re: Flipper II 2025 Game

Post by dunbarx » Mon Aug 04, 2025 2:39 pm

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

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10312
Joined: Wed May 06, 2009 2:28 pm

Re: Flipper II 2025 Game

Post by dunbarx » Mon Aug 04, 2025 2:47 pm

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

stam
Posts: 3069
Joined: Sun Jun 04, 2006 9:39 pm

Re: Flipper II 2025 Game

Post by stam » Mon Aug 04, 2025 4:03 pm

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)

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10312
Joined: Wed May 06, 2009 2:28 pm

Re: Flipper II 2025 Game

Post by dunbarx » Mon Aug 04, 2025 5:26 pm

OK, I did not understand the game, I guess.

Craig

Post Reply