An open API service indexing awesome lists of open source software.

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

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)

[![Watch the YouTube Demo](https://img.youtube.com/vi/xjJB3tr3-do/0.jpg)](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!