decarbonization / android-fonz

A clone of the iconfactory's excellent Freznic game for Android.
Other
2 stars 0 forks source link

The timer doesn't clear when a game ends #2

Closed decarbonization closed 8 years ago

decarbonization commented 8 years ago

The current [code] interface for the CountUp timer class is completely inconsistent with the rest of the game logic. Migrating to the event bus for everything should make this easier to handle. The upcoming piece / timer view can just bind to the game over event.