chrismdp / tinyking

Tiny King
GNU General Public License v3.0
8 stars 1 forks source link

Hex grid for basic world generation #3

Closed chrismdp closed 4 years ago

chrismdp commented 4 years ago
chrismdp commented 4 years ago

Need very simple world for now:

Rivers start in mountains and head to sea

chrismdp commented 4 years ago

http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/

chrismdp commented 4 years ago

I think I’m going to make this really simple to start, as the game only has simple requirements initially. Mostly grassland, with some forests and mountains.

Later, coasts and rivers. Rivers (and roads if we need them) will be along hex edges, and will speed up movement and provide opportunities for fishing.

chrismdp commented 4 years ago

https://github.com/davidfig/pixi-cull