This is a sandbox that provides all basic features of Minecraft.
The main purpose of this project is to understand the render and physics engine of Minecraft.
It is a fork of the first version of Minecraft.
This project was ported to javascript here: js-minecraft.
- Block rendering
- Block collision
- Player movement
- Walking
- Sprinting
- Sneaking
- Flying
- Swimming
- Dynamic lightning
- Smooth lightning
- Anvil world loading/saving
- Perlin world generation
- Frustum Culling
- Fog
- Underwater fog
- HUD rendering
- Cross-hair
- Font rendering
- Dynamic FOV
- Clone the project
- Set your working directory to
./run
- Run main class
de.labystudio.game.Minecraft
- Wait a few seconds for the world generation
W: Forward
S: Backwards
A: Left
D: Right
Left click: Destroy block
Right click: Place block
Middle click: Pick block
Space: Jump
Double Space: Toggle flying
Q: Sneaking
Shift: Sprinting
ESC: Toggle game focus
R: Return to spawn
- Mouse over block calculation is acting weird and doesn't work sometimes
- No light updates during world generation
- Generate new chunk if not generated yet (Infinite map)
- Multiplayer
- Entity rendering
- Loading screen
NOT OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG.