An implementation of the Freecell card game in python with pygame
- Menu scene:
- Main scene:
- You need to have python installed (Version 3.12+). Just check the version with the following command:
python --version
- You will need to create an environment and install the following packages:
pip install -r requirements.txt
- To play, simply run the command below:
python -m freecell
GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Boardgame pack v2 by Kenney Vleugels (www.kenney.nl)