CSC207-2022F-UofT / course-project-monopolymen

Java Swing full recreation of Monopoly in the Clean Architecture
5 stars 3 forks source link

[Feature 11] Turn Controller #19

Closed JLenander closed 1 year ago

JLenander commented 2 years ago

The Turn class handles the logic for each player's turn. Each turn action use case has input and output boundary interfaces that is used by the presenter and controller to update the user interface and receive player input from.