getScore method
Returns the current score, which is ofc scientifically proved ;)
Implementation
int getScore() {
return (100000 / this.initialTimeLimit * this.timeLimit).floor();
}
Returns the current score, which is ofc scientifically proved ;)
int getScore() {
return (100000 / this.initialTimeLimit * this.timeLimit).floor();
}