Micropolis
generate.cpp File Reference

Contains functions related to terrain generation in Micropolis. More...

#include "micropolis.h"

Go to the source code of this file.

Detailed Description

Contains functions related to terrain generation in Micropolis.

This file is a part of Micropolis and is responsible for generating various terrain features such as rivers, lakes, islands, and forests. It includes functions for creating randomized maps and modifying terrain features. The terrain generation methods take into account different parameters like seed value for random generation and terrain characteristics to create diverse and unique city landscapes.

Definition in file generate.cpp.