A clone of Minecraft that runs in the browser. Play it now!
- Move:
W, A, S, D
- Jump:
Space
- Break Block:
Left Mouse Button
- Place Block:
Right Mouse Button
- Select Block to place:
- Next:
E
- Previous:
Q
- Next:
- Enable Fly:
F
- Fly down:
Left-Shift
- Fly down:
- Disable collision:
N
For more technical controls look at player.ts.
- Infinite world
- Place & break blocks
- Biomes
- Caves & Cliffs
- Block models (e.g. non-cubic blocks)
- Block states (e.g. door open/closed)
- Block ticks (e.g. growing plants)
- Player controller with block collisions
- Sounds & Music
- Lighting
- Structures (e.g. Trees)
- Day/Night cycle
- Saving
- Items
- Inventory
- UI
- Entities (e.g. Pigs, Sheep)
- Finer player/world collisions
- Using another browser tab will cause the player to fall through the terrain
- Visible chunk borders for lighting & tree generation
# Install dependencies
yarn
# Run game
yarn serve