Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 254 Bytes

File metadata and controls

2 lines (2 loc) · 254 Bytes

Inverted FreeCell

The only difference of this game from a usual FreeCell is the fact that the stacks have reverse order, so you start by the king instead of the ace. Developed in C++ as an assignment of Data Structures, exemplifying the use of stacks.