ucsb-cs56-projects / cs56-games-beetle

-
0 stars 4 forks source link

Converge all the Player classes into one class #19

Closed JNguyen96 closed 7 years ago

JNguyen96 commented 8 years ago

Each level GUI has its own corresponding Player class. However, these classes are very similar. They implement the same methods and have similar variables. Combine all the classes into one, or create a super class containing all the similarities that the sub classes inherit from.

hannavigil commented 8 years ago

W16 OK

athielk commented 7 years ago

F16 OK (200 pts)