theJayProject / Cards-Against-Programmers

1 stars 0 forks source link

Implementing Controllers for MVC design pattern #6

Open theJayProject opened 2 years ago

theJayProject commented 2 years ago

Once you learn polymorphism, you could begin to write Controllers for windows which will require interaction with the game rules or game logic.

Ezdies commented 2 years ago

Label every screen and match them with the controller it interacts with the rules of the game. If there is one screen, but the rules change, it will be one controller. If there is no interaction with the rules of the game I handle them and if there are @theJayProject

theJayProject commented 2 years ago

Detailed description of different sections on Miro.com.