Card Games: Clock Patience (aka Clock Solitaire)

Creating Games? Developing something for fun?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

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

Card Games: Clock Patience (aka Clock Solitaire)

Post by Hutchboy » Wed Aug 13, 2025 3:01 pm

Hi,

Attached is a LiveCode version of Clock Solitaire I am calling Clock Patience. This is a bare bones implementation of the core game. It is open source and all of the code, including creating the user interface, is contained in the stack script.

This stack can be a scaffold for anyone wishing to modify it as they want. Some ideas: incorporate card suit graphic icons; incorporate card animation to move selected card to its destination; add a timer and scoring.

Note: if you copy the stack script into a new stack and uncomment the preOpenStack handler it will create my original 1400 x 800 stack layout I used to tweak the arrangements until I had a nice 1024 x 768 layout.


[I've taken down the game for now...something is corrupted and it is not working as it had previously. Will repost when fixed]
- Mike
Last edited by Hutchboy on Wed Aug 13, 2025 6:01 pm, edited 1 time in total.

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

Re: Card Games: Clock Patience (aka Clock Solitaire)

Post by dunbarx » Wed Aug 13, 2025 3:57 pm

Mike.

I do not see how to even start playing. After hitting "New Game", nothing reacts.

Craig

Hutchboy
Posts: 116
Joined: Wed Aug 01, 2018 2:57 pm
Contact:

Re: Card Games: Clock Patience (aka Clock Solitaire)

Post by Hutchboy » Wed Aug 13, 2025 5:22 pm

Hi,

Craig...you're right, something isn't working so I've taken it down and will repost when fixed. Worked fine here at home but when I downloaded the file I placed in the forum and ran it I ran into the problem you had.


-Mike

Hutchboy
Posts: 116
Joined: Wed Aug 01, 2018 2:57 pm
Contact:

Re: Card Games: Clock Patience (aka Clock Solitaire)

Post by Hutchboy » Wed Aug 13, 2025 6:32 pm

Hi,

I'm taking the game down until I get it sorted why it works at home but not when I upload it here.

- Mike
Last edited by Hutchboy on Wed Aug 13, 2025 9:59 pm, edited 1 time in total.

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

Re: Card Games: Clock Patience (aka Clock Solitaire)

Post by dunbarx » Wed Aug 13, 2025 7:55 pm

Mike.

Nope.

When I select "New Game", what might(should) be my next action? A click? Drag?

Craig

Hutchboy
Posts: 116
Joined: Wed Aug 01, 2018 2:57 pm
Contact:

Re: Card Games: Clock Patience (aka Clock Solitaire)

Post by Hutchboy » Wed Aug 13, 2025 9:57 pm

Hi,

I guess I haven't figured out what might be causing this game not to work correctly. It works fine at home but it seems when I upload it as a zip file and then download it to test it the game is unresponsive. I think I will take it down until I figure it out, I am thinking it is probably related to the user interface code.

-Mike

Post Reply