https://github.com/ashish0kumar/minecraft-javascript-edition
⛏️ A web-based Minecraft clone built using Three.js
https://github.com/ashish0kumar/minecraft-javascript-edition
3dgame game game-development javascript minecraft minecraft-clone sandbox-game threejs
Last synced: 4 months ago
JSON representation
⛏️ A web-based Minecraft clone built using Three.js
- Host: GitHub
- URL: https://github.com/ashish0kumar/minecraft-javascript-edition
- Owner: ashish0kumar
- License: mit
- Created: 2024-08-10T17:50:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T11:12:18.000Z (10 months ago)
- Last Synced: 2025-02-01T10:51:14.778Z (4 months ago)
- Topics: 3dgame, game, game-development, javascript, minecraft, minecraft-clone, sandbox-game, threejs
- Language: JavaScript
- Homepage: https://minecraft-javascript-edition.netlify.app
- Size: 1.1 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Minecraft-Javascript-Edition
A basic Minecraft clone built using Javascript and three.js

## 🚀 Live Demo
[https://minecraft-javascript-edition.netlify.app](https://minecraft-javascript-edition.netlify.app)## ✨ Features
- Procedural Infinite World Generation
- Terraforming
- Resources (Coal and Iron)
- Terrain Chunking
- Toolbar
- Save/Load## 📦 Usage
- Use the toolbar to select different block types and pickaxe.
- Use pickaxe to remove blocks, and right-click to place blocks.
- Explore the terrain to find resources like Coal and Iron.
- Modify the landscape to your liking.## 📩 Installation
Clone the repository:
```bash
git clone https://github.com/ashish0kumar/Minecraft-Javascript-Edition.git
cd Minecraft-Javascript-Edition
```Install dependencies:
```bash
npm install
```Start the development server:
```bash
npm run dev
```Open your browser and navigate to http://localhost:5173 to play the game.
## 🤝 Contributing
Contributions are welcome! If you have any ideas or improvements, feel free to submit a pull request.## 📜 License
This project is licensed under the MIT License. See the LICENSE file for details.