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.
Globals::Game::BoardSize board_size
How large was the game board on this score.
A single entry on the high-score file.
int fruits
How many fruits at once were allowed on this level.
ScoreEntry()
Creates an empty score entry.
bool teleport
If teleport was enabled on this level.
bool random_walls
If random walls were spawned on this level.
unsigned int speed
Under which game speed the score was made.
unsigned int points
How many points the user got.