ucsb-cs56-projects / cs56-games-treasure-hunter

-
1 stars 8 forks source link

refactor hierarchy of classes #30

Closed athielk closed 7 years ago

athielk commented 7 years ago

Is treasure an instance of type player or is treasure a class of its own? What is common between player and treasure? Could that be made into its own class or interface? at the very least make treasure its own class. But it would probably be easier to also make an interface that both player and treasure implements.

athielk commented 7 years ago

F16 OK (400 pts)