A single entry on the high-score file.
bool random_walls
If random walls were spawned on this level.
bool isLike(ScoreEntry &other)
Tells if both scores were made on exact same game settings.
std::string level
On which level the user made this score.
int fruits
How many fruits at once were allowed on this level.
bool teleport
If teleport was enabled on this level.
unsigned int speed
Under which game speed the score was made.
unsigned int points
How many points the user got.
ScoreEntry()
Creates an empty score entry.
Globals::Game::BoardSize board_size
How large was the game board on this score.