All projects

FreeCell

FreeCell was one of my favorite games growing up, so for a school project I rebuilt a command-line version in Java, structured around the Model-View-Controller pattern.

Java MVC CLI

I wanted the command-line version to feel as close to the real game as possible, so a few details mattered:

Features

What I got out of it

Built as part of Northeastern's Object Oriented Design course.