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

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

Change Jail positions #51

Closed iamyanbo closed 1 year ago

iamyanbo commented 1 year ago

Some logic in classes have hardcoded the position of jail as -1 as a placeholder for when the board gets implemented to get the actual jail location. The position of jail as -1 will need to be changed to the actual location of jail by calling the board (preferably through a board getter in player class as a lot of the classes don't have a board as an argument and adding it would be very complicated).