Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vyse12138/minecraft-threejs
Minecraft clone made with three.js, demo: https://mc.yulei.me
https://github.com/vyse12138/minecraft-threejs
javascript minecraft threejs typescript
Last synced: 3 days ago
JSON representation
Minecraft clone made with three.js, demo: https://mc.yulei.me
- Host: GitHub
- URL: https://github.com/vyse12138/minecraft-threejs
- Owner: vyse12138
- License: mit
- Created: 2021-03-21T09:57:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T05:05:35.000Z (almost 2 years ago)
- Last Synced: 2023-11-07T17:08:18.996Z (over 1 year ago)
- Topics: javascript, minecraft, threejs, typescript
- Language: TypeScript
- Homepage: https://mc.yulei.me
- Size: 18.7 MB
- Stars: 360
- Watchers: 6
- Forks: 68
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minecraft-threejs
English | [中文](https://github.com/vyse12138/minecraft-threejs/blob/main/README_ZH.md)
Minecraft clone made with Three.js and TypeScript
Check it out: [Minecraft - Three.js](https://mc.yulei.me/)
Recommend to use Chrome to get the best experience
![preview](https://user-images.githubusercontent.com/88306344/154383952-9b33bad4-eebb-4a98-a12e-f5f137422d06.gif)
## Features:
- Destroy block and place block
- Mouse wheel (or number key) to select different block types
- Movement and collision detection
- Random terrain / blocks / tree generations
- Infinite world
- Game save / load
- Sound effect and BGM
- Highlight the block at crosshair
- Basic UI and settings
- Mobile friendly## Working on:
- Multiplayer
- Generates water
- Higher performance algorithm