vannov / pygame_cards

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

Convert project to Python 3 #3

Closed ZBlocker655 closed 4 years ago

ZBlocker655 commented 4 years ago

Hi folks, I decided to upgrade this nice little package from Python 2 to Python 3. I ran the 2to3 utility and then made a couple of other quick changes. I made sure both example games were working in my local setup (Python 3.8).