SaraMcLarren / Monopoly

0 stars 0 forks source link

Inheritance #2

Open KuSpa opened 6 years ago

KuSpa commented 6 years ago

my Idea:

Cards class <--- abstract card class | - EreignisCard | - AndereCard <-- can't remember name atm ;)

GameBoard <-- holds players, streets, cards

Street <-- implements things like fee/charge, rent, price, houses/settlements ... | - Trainstops <-- override buildHouse and rent and stuff | - Werk <-- see TrainStop