prmr / Solitaire

Implementation of the Solitaire card game with JavaFX
GNU General Public License v2.0
26 stars 38 forks source link

Change Terminology and Extract Index Enums #20

Closed prmr closed 6 years ago

prmr commented 6 years ago

Use classic Solitaire-Patience terminology of FoundationPiles and Tableaux instead of "StackManager". Move index enums to top level types.

Rationale: Clarify the design to align it with domain concepts.

Additional design improvements.