Architecture - hpi-swa-teaching/InteractivePongTutorial GitHub Wiki
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.