Yo all,
I just got back into C2 and I'd like to see what I can do with what I learned during the break, so I'm making this basic Terraria-ish terrain generator that I'll update a bit every day (Hopefully)
Take not that this is not a game but rather an experiment to learn, and thus won't have any artsy stuff, If you'd like to use it then you're welcome
What's on the list:
- Underground Generation
- Infinite Terrain (Via seed saving)
- Removing and Adding Blocks to the world
- Physics and Player Interactions
- Biomes
What's done:
- Seeds!
- Creating top layer of terrain via the midpoint-displacement algorithm