Classic Solitaire Klondike

You did everything in GUI right? That’s what I’m attempting now. It seems like best way to do z sorting for the card nodes is to keep everything in a flat list and simply move nodes you’re moving around to the very bottom with each move, and to not bother trying to parent stacks together (other than relatively adding bottom cards first). Is that what you did? I want to make some other cards games next with more complex layouts, and it seems like keeping a flat list would still be better.

1 Like