Wednesday, August 6, 2014

Dev Blog 32 - Integrating with Kongregate API

Today I spent some time reading the Kongregate API documentation and integrating it. For now I implemented 2 basic statistic saving functions, one when death occurs (logs the level it occurred at) and the other when the game is complete (logs the final score). With these I can identify which levels are troublesome and gauge the overall difficulty of the game (or see if people are even finishing the game at all).

Time permitting, some statistics to be added are:

  • When the game is started
  • The time difference between when a riddle is shown and solved

No comments:

Post a Comment