Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 994 Bytes

README.md

File metadata and controls

37 lines (17 loc) · 994 Bytes

Solitaire

Solitaire card game built with the help of the Python Arcade library.

Visuals/Demo

⚙ Installation

  1. Install the required Python arcade library:

pip install arcade

  1. Clone this repository using:

git clone https://github.com/Iliaromanov/Solitaire.git

  1. Run application:

cd Solitaire

python main.py