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

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

Feature 10 card deck #37

Closed TahirLeonenko closed 1 year ago

alirezazim03 commented 1 year ago

we need a new class for cards that say advance to the nearest _____. card_chance_7 is an example of one of these cards. i would recommend just making the property type you are advancing to a attribute

alirezazim03 commented 1 year ago

we also need a class for go to jail card, an example of a card like that is card_chance_11

alirezazim03 commented 1 year ago

also a class for go back X spaces cards