A standard implementation of an Android App that demonstrates a bug with Parcelization, and fixes the bug.
- master: Basic implementation of the game, with the hidden bug
- bugfix/crash-on-background: The bugfix on Parcelization
- feature/kotlin-parcelize: Use Kotlin's @Parcelize annotation for generating Parcelable implementation