
Minecraft-like demo game made in Unity3D showcasing dynamic terrain generation.
Project requirements
- terrain generated from perlin noise
- dynamic loading of terrain in runtime
- ability to place/destroy blocks
- different types of blocks with different hardness(time needed to destroy)
- save/load functionality
Source code is available for download: HERE. Read README for instructions on how to set it up properly.