Skip to content

Mvc pattern

Russ Henry requested to merge MVC_pattern into main

I tryed to organize the project structure in a way that it fits the MVC-pattern better. I'm not sure how good it is done, so it would be nice of you guys if you can take a look or two at it and tell me your opinion.
What I've done is basically just creating a controller class for the game and the level from where the manipulation of each can be done. Afterwards I adapted the rest of the Code to the new concept.

Merge request reports

Loading