Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 404 Bytes

File metadata and controls

15 lines (9 loc) · 404 Bytes

Solitaire

A Solitaire game made using pygame.

Source of card images used: https://code.google.com/archive/p/vector-playing-cards/ solitaire

Dependencies and running

  1. Make sure python and pip are installed

  2. Download and navigate to folder

  3. Only requires pygame which can be downloaded by typing: pip install pygame

  4. Run by typing: python Solitaire.py