Skip to content

An implementation of the Freecell card game in python with pygame

License

Notifications You must be signed in to change notification settings

tatusis/freecell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeCell

An implementation of the Freecell card game in python with pygame

  • Menu scene:

image

  • Main scene:

image

Start here

  1. You need to have python installed (Version 3.12+). Just check the version with the following command:
python --version
  1. You will need to create an environment and install the following packages:
pip install -r requirements.txt
  1. To play, simply run the command below:
python -m freecell

License

GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Credits

Boardgame pack v2 by Kenney Vleugels (www.kenney.nl)

About

An implementation of the Freecell card game in python with pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages