Maintain score as the sum of moves and time in seconds
Opened this issue · 1 comments
rajatgoyal715 commented
Maintain score as the sum of moves and time in seconds
rajatgoyal715 commented
Score formula:
score = 100 * Math.exp(- (double)(moves + time.toSeconds()) / (double)100);