My prototype score giving system!

code:

var gameScore = Math.floor(Math.random * 10);
var totalScore = gameScore * 4;
var reviews = ["I really like this game!", "Boring.", "Meh, it's okay."];
if (gameScore > 5) {
      return reviews[0];
      console.log(totalScore);
} elseif (gamescore = 5) {
      return reviews[2];
      console.log(totalScore);
} else {
      return reviews[1];
      console.log(totalScore);
};
1 Like

best game ever
The computer randomly gives a score out of nowhere and you just look at the reviews

yes

we’ve all started like this

even Gaben

10/10
Still better than the rating system in GDT

1 Like

Anyone else think “Elseif” would be a great name to give your kid?