GentenStudios / Phoenix-OLD

Phoenix is an open world sandbox style voxel game designed to make all content optional.
BSD 3-Clause "New" or "Revised" License
30 stars 10 forks source link

Basic Mapgen #260

Open apachano opened 4 years ago

apachano commented 4 years ago

Story

A flat world is boring, we should implement a basic map gen system. Mapgen should be implemented as a sub-system of the Map Object.

MVP

What are the minimum features needed for this story?

Stretch

What are some non-required features for this story?

tobyplowy commented 4 years ago

If it's not too hard we may wanna keep flatgen as an option somehow?

apachano commented 4 years ago

That should actually be quite possible and relatively easy, I would +1 adding that to the MVP

tobyplowy commented 4 years ago

Ok add it then =D

tobyplowy commented 4 years ago

"Has three layers, surface, sub-surface, and deep" What about the sky? What if you want to generate blocks in the sky to get interactive clouds that you can mine?

apachano commented 4 years ago

Keep it simple for V1, thats cool and entirely possible but also expands beyond a proof of concept for mapgen

tobyplowy commented 4 years ago

Oh we are going for a V1 here ok yeah can the sky part then =D