Solitaire ~ a game made by Ishaan Sharma in Python 3.9
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/
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.
- TKinter (GUI)
- Random
- PIL