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

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

[Feature 15] Game State #52

Closed JLenander closed 1 year ago

JLenander commented 1 year ago

Game State keeps track of all entities in a game and any miscellaneous attributes of a game (ex. turn order) Game State is logistically responsible for switching between player turns.

TahirLeonenko commented 1 year ago

The logic for the if statement on giving the option to leave jail in game state (line 92), needs to be changed so that it's if turnsInJail is over -1 instead of equal.