Freecell

This is a version of the game Freecell written in Java with MVC design that allows a user to play on the console. This was one of the first programs I wrote that utilized object oriented design principles, so it was a big learning experience for me at the time. It is written with a MVC pattern, where the view for this particular version of Freecell is facilitated through the model.
View the full code here.