Project Description
This is the official College Board Elevens AP CS A Lab.
This project is related to a simple solitaire game called Elevens. You will learn the rules of Elevens, and will be able to play it by using the supplied Graphical User Interface (GUI) shown at the right. You will learn about the design and the Object Oriented Principles that suggested that design. You will also implement much of the code.
Students will implement various classes and abstract classes as they create this game. They do not need to know any of the graphics code.