top of page

Hex Terrain Generator

The Idea

This was a small project built as part of a freelance gig. this involved generating the terrain for a hex based landscape in the style of the civilisation games, specifically just ensuring the terrain generated would spawn and assign a terrain type to the relevant hex.

Main Features

 - Generate Hex based Map

 - Assign Terrain Type to each Hex

My Contribution

The original base code for establishing the hex map was provided to me by my client. however I created the code to assign the terrain of the world based on the surrounding tiles.

ScreenShot00003
Code01
ScreenShot00004
Code02
ScreenShot00001
Code03
ScreenShot00002
Code43
bottom of page