rajatgoyal715/Puzzle15

Maintain score as the sum of moves and time in seconds

Opened this issue · 1 comments

Maintain score as the sum of moves and time in seconds

Score formula:

score = 100 * Math.exp(- (double)(moves + time.toSeconds()) / (double)100);