TeamTetris / tetris-game

2 stars 0 forks source link

Feature/profiler #15

Closed julianweise closed 6 years ago

julianweise commented 6 years ago

Integrates Profiler, Profile, ProfileData classes into the project in order to ease and structure the process of collection data / metrics about the player. Each new data source can now be added by implementing a service to fetch and process data. An example (GeoLocationService) is delivered with this pull request.