Skip to content

dgreenheck/minecraft-threejs-clone

Repository files navigation

minecraft-threejs-clone

A simple Minecraft clone built with Three.js.

Screenshot 2023-09-29 at 12 14 34 AM

Live Demo

https://dgreenheck.github.io/minecraft-threejs-clone/

Project Goal

Teach developers how to build a Minecraft clone that runs in the browser without using advanced graphics techniques or writing custom shader code.

How did you make this? Can I learn?

You sure can! I created a tutorial video series on my YouTube channel which you can check out here.

Features

  • Procedural World Generation
  • Biomes
  • Resources (Coal and Iron)
  • Terrain Chunking
  • Terraforming
  • Save/Load

ToDo List

  • Inventory Management
  • Crafting
  • More block types
  • Item drops
  • NPCs