All projects
Mini Minecraft: Elden Ring Edition
A custom open-world voxel game built from scratch in C++.
Mini Minecraft is a hand-built, open-world voxel game — an Elden-Ring-themed take on procedural world exploration.
- Developed a custom Minecraft-like open-world game from scratch in C++.
- Implemented multi-threaded, chunk-based procedural terrain generation using 2D & 3D Perlin noise.
- Generated 5 distinct biomes with efficient rendering, each with individual fluid-simulation overlays and animations.
- Generated rivers and trees using L-Systems, with dynamic sounds and player physics.
- Built AI models for NPCs with real-time inter-NPC interactions and world-exploration paths.
C++OpenGLProcedural GenerationPerlin NoiseL-Systems