aadnekar / TDT4240_22

Repository for a group project in Software Architecture course.
MIT License
0 stars 1 forks source link

Implement Observer Pattern to publish highscore to database #125

Closed aadnekar closed 4 years ago

aadnekar commented 4 years ago

We've got a type of observer pattern where we currently only have one subscriber, which is the FirebaseHighScore class which writes the score of a game to the database on gameover. This allows us to communicate between the Android and Core Module in a secure manner.