JeherillaJanwar / Solitaire

Solitaire | a game made in Python 3.9.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Solitaire | a game made in Python 3.9.1

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%