Solitaire
Solitaire copied to clipboard
[Fix][Spider] Cards cannot be moved to empty spots
When playing Spider, after there are no more cards in stock, it becomes impossible to move cards into empty slots.
This commit fixes the issue by making sure the game logic compares the source and destionation by reference, instead of using the number of cards in source and destination.
It should also fix issue #22