Skip to content

JeherillaJanwar/Solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Solitaire

Solitaire ~ a game made by Ishaan Sharma in Python 3.9

Quick Start

To play this game, clone this repository then -->

# change dir
cd Solitaire-main/
# install python
$ sudo apt-get update
$ sudo apt-get install python3.9
# Start application (you may need to install requirements before)
$ python3.9 src/main.py

You can learn how to play solitaire from https://gamerules.com/rules/solitaire-card-game/

Your Goal

The first objective is to release and play into position certain cards to build up each foundation, in sequence and in suit, from the ace through the king. The ultimate objective is to build the whole pack onto the foundations, and if that can be done, the Solitaire game is won.

Requirements

  • TKinter (GUI)
  • Random
  • PIL