vannov / pygame_cards

pygame_cards is a Python package for creating simple card games powered by pygame framework.
MIT License
24 stars 12 forks source link

Fix issue dragging cards to foundations in Klondike example #1

Closed apinkney97 closed 7 years ago

apinkney97 commented 7 years ago

Foundation's overridden add_card method wasn't needed, and missed out important things like unclicking the card being dropped.

Also tweaks a couple of docstrings.