https://github.com/refloow/minecraft-like-voxel-game
❤️ A Minecraft-inspired voxel game engine built entirely with JavaScript – featuring infinite world generation, block interaction, biomes, and basic movement & camera controls. Fully open-source under the MIT license
https://github.com/refloow/minecraft-like-voxel-game
infinite-world javascript-game minecraft-clone minecraft-like open procedural procedural-generation source voxel voxel-engine voxels
Last synced: about 14 hours ago
JSON representation
❤️ A Minecraft-inspired voxel game engine built entirely with JavaScript – featuring infinite world generation, block interaction, biomes, and basic movement & camera controls. Fully open-source under the MIT license
- Host: GitHub
- URL: https://github.com/refloow/minecraft-like-voxel-game
- Owner: Refloow
- License: mit
- Created: 2025-03-21T06:21:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T03:43:18.000Z (3 months ago)
- Last Synced: 2025-04-06T11:51:51.539Z (2 months ago)
- Topics: infinite-world, javascript-game, minecraft-clone, minecraft-like, open, procedural, procedural-generation, source, voxel, voxel-engine, voxels
- Language: JavaScript
- Homepage: https://discord.gg/yY9EUm8mkP
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft-Like Voxel Game in JavaScript
🎮 A Minecraft-inspired voxel engine built entirely with **JavaScript** – featuring infinite world generation, block interaction, biomes, and basic movement & camera controls. Fully **open-source** under the **MIT license**. **Node.js** is used to display it in browser via express
## 📺 Demo Video (1.5 min showcase)
[](https://www.youtube.com/watch?v=xjJB3tr3-do)
▶️ **Click to watch the full demo on YouTube**
⭐ Star the repo, share your thoughts in YouTube comments, or submit a pull request!
## 🌍 Features
- ✅ **Infinite world generation** using procedural voxels
- ✅ **8 block types** – placeable & breakable
- ✅ Basic **player movement** and **first-person camera**
- ✅ Dynamic **biomes**: Desert, Hills, and Plains
- ✅ Built with **vanilla JavaScript**
- ✅ Lightweight and modular – easy to extend
- ✅ Fully **open-source** under the **MIT license**# DISCORD Server:
On the server anyone can feel free to ask questions, engage in the comunity and discover other free open source software i build
**https://discord.gg/4enDY8yhuS**## 🚀 Try It / Build On It
Clone the repo, install dependencies, and run the server:
```bash
git clone https://github.com/Refloow/Minecraft-Like-Voxel-Game.git
cd Minecraft-Like-Voxel-Game
npm install
node server.js
```## 📂 License
This project is licensed under the MIT License – use it freely, fork it, build on it, or contribute!