Skip to content

This is a recreation of the game of Solitaire done entirely in Java.

Notifications You must be signed in to change notification settings

ajsaavedra/Solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solitaire

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.

Building

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.

About

This is a recreation of the game of Solitaire done entirely in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages