AdeptiC / Tower-Defence-Game

MIT License
0 stars 3 forks source link

Controller #38

Closed zakariyams closed 5 months ago

zakariyams commented 5 months ago

Description on how the Controller pattern in GRASP is being addressed in the code

zakariyams commented 5 months ago

The controller class is responsible for controlling and maintaining the currency system in the game by increasing or decreasing the balance whenever a relevant action is made. This way the controller class is addressed in the code.