https://github.com/huseynovvusal/minecraft-clone
🌍 A browser-based Minecraft clone implemented with Three.js for interactive voxel worlds.
https://github.com/huseynovvusal/minecraft-clone
code-only minecraft threejs typescript vite webgl
Last synced: 3 months ago
JSON representation
🌍 A browser-based Minecraft clone implemented with Three.js for interactive voxel worlds.
- Host: GitHub
- URL: https://github.com/huseynovvusal/minecraft-clone
- Owner: huseynovvusal
- Created: 2025-06-08T17:25:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T20:14:02.000Z (about 1 year ago)
- Last Synced: 2026-01-15T13:37:20.651Z (5 months ago)
- Topics: code-only, minecraft, threejs, typescript, vite, webgl
- Language: TypeScript
- Homepage: https://minecraft-clone.huseynovvusal.com/
- Size: 227 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌍 Minecraft Clone
Welcome to the Minecraft Clone project! 🛠️
This is a simple Minecraft-inspired game built with TypeScript and Three.js. The project is currently under development.
## 📦 Getting Started
1. **Install dependencies:**
```zsh
npm install
```
2. **Start the development server:**
```zsh
npm run dev
```
3. **Open your browser:**
Visit [http://localhost:5173](http://localhost:5173) to see the game in action.
## 📁 Project Structure
- `src/` — Main source code
- `public/` — Static assets (textures, icons)
- `index.html` — Entry point