Images 💾

Last commit ⭐

commit 6a4e3d90023b529c70e297201156530187fda4a1
Author:     david072 <david.g.ganz@gmail.com>
AuthorDate: Sat Nov 11 13:41:49 2023 +0100
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Sun Dec 10 00:02:32 2023 +0100

    Solitaire: Ability to automatically solve the end of the game
    
    In Solitaire, when the stock stack is empty and all cards have been
    revealed, finishing the game is trivial, since you only need to sort the
    already visible cards onto the foundation stacks. To simplify this, the
    game will now give you the option to finish the game automatically if
    these conditions are met. It then sorts the cards with a delay of 100ms
    between each card.