Skip to content

Comments

Create Tile Maps#1

Open
chasester wants to merge 4 commits intomasterfrom
CreateTileMaps
Open

Create Tile Maps#1
chasester wants to merge 4 commits intomasterfrom
CreateTileMaps

Conversation

@chasester
Copy link
Owner

@chasester chasester commented Aug 21, 2019

Feature Set: Create Biome Tile Map

Description
Create Mini square maps that Use information given by array of 64 inputs (stacking ie 8x8 grid of a texture) to create a Complete Biome (tiles and and trees) which are randomly populated based on 8x8 matrix of cells around it.

Check List

  • Add in tile Map
  • Create Inspector gui to allow 8x8 grid of elements to be passed in (vector4 [average moisture, elevation, temperature, random seed])
  • Create Simple tiles (just use base colors for moisture and elevation and temperature (average)
  • Render these tiles based on positional influences
  • Create Trees based on Biome Level map Array
  • Allow trees to self populate using basic Evolutionary Ideals
  • Allow Gui to attach the 8x8 grid to a location on the main Map component
  • Add camera movement around on said map to see how things work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant