Skip to content

Architecture

Josua Zehner edited this page Jul 11, 2024 · 7 revisions

IPT is the orchestrating class.

InteractivePongTutorial-Core contains the core application.

InteractivePongTutorial-Core-Tests contains its tests.

InteractivePongTutorial-Levels contains level info and the tests to verify the user-written code.

InteractivePongTutorial-Game contains the code for the respective Elements of Pong the user is working on. Its methods are changed by the user and programmatically, therefore do not change it manually.

Clone this wiki locally