prmr / Solitaire

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

Implement Autodraw feature #31

Open prmr opened 2 months ago

prmr commented 2 months ago

Whenever the state of the game reaches a point where the discard pile is empty, a new card should automatically be drawn from the deck. This will save one automatic move from the human player.