This is a recreation of the game of Solitaire done entirely in Java. Like many Solitaire games, users can stack cards on top of another if the cards are of opposite color and if the new card being laid down is exactly of one less value.
In this GUI, users can start a new game at any time, or restart their current game if they think they can do better.
This project repo is ready to be used from Eclipse.
In Eclipse go to: File/New/Project. Select Java.
Un-check "Use default location" and then click Browse and navigate to the top level directory with contains your source, libs, configs, etc.
Eclipse will display a warning that says that your project "overlaps the location of another project".
Re-select "Use default location," and now Eclipse will let you click on the "Next" button to continue configuration of your project.