Hey Dev Community! π
I just finished a fun project where I recreated Minecraft in the browser using HTML,CSS,Js,Three.js
You can check it out here: Minefuncraft
Itβs a small sandbox project, but I learned a ton about game mechanics, rendering, and interactive web design while building it.
You Can Play This With Multiplayer
Would love to hear your thoughts or suggestions for new features! π

Top comments (1)
This is a really fun technical challenge because it forces you to think about much more than just rendering cubes. World generation, chunk loading, lighting, collisions, and performance optimization all become interesting problems once the project starts growing. Recreating a game is one of the best ways to understand how game engines work under the hood. If you're into Minecraft experiments, I've also found topminecraftworldseeds.com/ handy for discovering creative worlds to test ideas and inspiration.