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
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.
Did some cleanup, but only outside Animation, someone can add their insight too.