prmr / Solitaire

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

Create and use specialized Stack #19

Closed prmr closed 6 years ago

prmr commented 6 years ago

Rationale: avoid the use of the heavy and design-flawed java.util.Stack class.