scscgit / TukeQuest

School project made in Java using libGDX for a game development course
Apache License 2.0
0 stars 2 forks source link

Code cleanup, refactor classes, extract common interfaces. Animation class is very large, it has to be replaced by an interface with various implementations. #35

Closed scscgit closed 7 years ago

scscgit commented 7 years ago

Did some cleanup, but only outside Animation, someone can add their insight too.

scscgit commented 7 years ago

We did this over the long term; Animation could not be safely extracted though, so it will stay the same way as it is now. It's not worth it by breaking DRY.