An experiment in procedural terrain generation, currently in the prototype phase. This project originally started with my project Voxography, but I got sick of C so I switched to Python. This project drew on Fogleman's Minecraft for starting code.
-
Make the virtual environment
python3 -m venv env -
Enter the virtual environment
source env/bin/activate