Files
GameStarter/README.md
T
2022-05-12 04:11:54 +02:00

82 lines
2.2 KiB
Markdown

# Minecraft recode in JavaScript
This is a sandbox that provides all basic features of Minecraft.<br>
The main purpose of this project is to understand the render and physics engine of Minecraft.<br>
The source code was ported from the [java-minecraft](https://github.com/LabyStudio/java-minecraft) project.
![Ingame](.github/assets/ingame.png)<br>
Click [here](https://labystudio.github.io/js-minecraft/) for a demo!
### Feature Overview
<details>
<summary>Click here to expand feature list</summary>
- Block rendering
- Biome color
- Block collision
- Player movement
- Walking
- Sprinting
- Sneaking
- Flying
- Swimming
- Lightning
- Dynamic lightning
- Smooth lightning (Ambient occlusion)
- Day/Night/Sunset
- Sky color rendering
- Block light source
- Entity Rendering
- Item in hand
- Arm swing animation
- Walking animation
- Crouch animation
- World
- 16x16x16 Chunks
- Block type, data, sky & block lightning
- Minecraft Alpha Generator
- 64 bits seed
- Perlin terrain generation
- Perlin cave generation
- Perlin tree and big tree generation
- Camera
- Frustum Culling
- Fog
- Underwater fog
- Dynamic FOV
- Third person
- First person hand
- First person item in hand
- GUI
- Screens
- Loading Screen
- InGame Menu
- Controls Screen
- Widgets
- Button
- KeyBinding
- Slider
- Switches
- Overlay
- Cross-hair
- Font rendering
- Hot-Bar
</details>
<hr>
# Screenshots
_Note: All textures from the original game were used for the screenshots only!_
![Loading Screen](.github/assets/loading_screen.png)
![Lightning](.github/assets/lightning.png)
![Night](.github/assets/night.png)
![Controls](.github/assets/controls.png)
### Licensing
- The main rendering library is [three.js](https://github.com/mrdoob/three.js/)
- 64 bits number implementation by [long.js](https://github.com/dcodeIO/long.js)
- All used sound resources are taken from [freesounds.org](https://freesound.org/people/C418/downloaded_sounds/?page=8#sound)
<hr>
NOT OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG.