Skip to content

A Python port of the original C implementation by Linus Akesson of the popular solitaire game.

License

Notifications You must be signed in to change notification settings

DrMarc/freecell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is freecell, a python translation of the original C implementation by Linus Akesson [email protected] of the popular solitaire game invented in its current form by Paul Alfille in 1978.

See also http://en.wikipedia.org/wiki/Freecell

After downloading the archive, run the game by typing

python freecell

at the command prompt of a terminal. The program requires Python 3.6 or higher. In the game, type '?' for gameplay instructions.

The Python port was done as an excercise to learn the Python curses library and adds nothing to Linus' C implementation. If you just want to play freecell in a terminal window on Linux or MacOS, you should compile the C version. Get it at http://www.linusakesson.net/software/freecell.php

About

A Python port of the original C implementation by Linus Akesson of the popular solitaire game.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages