Skip to content

ashish0kumar/Minecraft-Javascript-Edition

Repository files navigation

Minecraft-Javascript-Edition

A basic Minecraft clone built using Javascript and three.js


screenshot

🚀 Live Demo

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:

git clone https://github.com/ashish0kumar/Minecraft-Javascript-Edition.git
cd Minecraft-Javascript-Edition

Install dependencies:

npm install

Start the development server:

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.