Skip to content

RushikeshJoshi4/KP-challenge-python-solitaire-tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

KP-challenge-python-solitaire-tkinter

Python Unix-based spider solitaire game

Instructions for running:

  1. Make sure you have python3
  2. Make sure you have tkinter installed
    sudo apt-get install python-tk
  3. Need numpy for random numbers:
    pip install numpy
  4. Install PIL(used to handle images):
    sudo apt-get install python-imaging
  5. Download images of cards:
    https://drive.google.com/drive/folders/1w7CuJu7DNw_LAQ52vclbtdM4riWYvg3_?usp=sharing
  6. Make sure these images are in a folder called images/ in the main project folder
  7. Run this command in the terminal:
    python main.py

About

Python Unix-based spider solitaire game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages