getScore method

int getScore ()

Returns the current score, which is ofc scientifically proved ;)

Implementation

int getScore() {
  return (100000 / this.initialTimeLimit * this.timeLimit).floor();
}