Closed svenvanhal closed 9 years ago
Issues to resolve before ready to merge with master: #26, #27.
I believe this is ready for release. Test coverage is at 79,9%.
Fixes #18. Fixes #26. Fixes #27.
This refactor looks wonderfull! Much better than the original port.
Keywords like Fixes
don't work in comments, only in a PR's description. :wink:
I have refactored the Gamygdala class.
The helper / facilitator methods now reside in their own class (
Engine
), while the core Gamygdala functionality remains inGamygdala
. This preserves the ease of use from the Javascript version, but simultaneously allows us to follow and implement Java design patterns.Fixes #18.