Micropolis
evaluate.cpp File Reference

Evaluation and scoring for Micropolis city simulation. More...

#include "micropolis.h"

Go to the source code of this file.

Detailed Description

Evaluation and scoring for Micropolis city simulation.

This file is part of the Micropolis game engine and handles the evaluation and scoring aspects of a simulated city. It includes functions to assess city value, compute population, classify city based on population, evaluate city problems, vote on performance of the mayor, and calculate the overall city score. The scoring system considers various factors like crime, pollution, city class, road effectiveness, and more to determine the success and challenges of the city management.

Definition in file evaluate.cpp.