diff --git a/.github/assets/controls.png b/.github/assets/controls.png index 4e05a19..5aee5cb 100644 Binary files a/.github/assets/controls.png and b/.github/assets/controls.png differ diff --git a/.github/assets/ingame.png b/.github/assets/ingame.png index 57b0029..d70bcb1 100644 Binary files a/.github/assets/ingame.png and b/.github/assets/ingame.png differ diff --git a/.github/assets/lightning.png b/.github/assets/lightning.png index c03e8e0..0405596 100644 Binary files a/.github/assets/lightning.png and b/.github/assets/lightning.png differ diff --git a/.github/assets/night.png b/.github/assets/night.png index 9f64619..9fea75b 100644 Binary files a/.github/assets/night.png and b/.github/assets/night.png differ diff --git a/README.md b/README.md index d3b450d..64f4962 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ The source code was ported from the [java-minecraft](https://github.com/LabyStud Click [here](https://labystudio.github.io/js-minecraft/) for a demo! ### Feature Overview +
+Click here to expand feature list + - Block rendering + - Biome color - Block collision - Player movement - Walking @@ -16,10 +20,11 @@ Click [here](https://labystudio.github.io/js-minecraft/) for a demo! - Sneaking - Flying - Swimming -- Lightning +- Lightning - Dynamic lightning - - Smooth lightning - - Day/Night + - Smooth lightning (Ambient occlusion) + - Day/Night/Sunset + - Sky color rendering - Block light source - Entity Rendering - Item in hand @@ -30,6 +35,8 @@ Click [here](https://labystudio.github.io/js-minecraft/) for a demo! - 16x16x16 Chunks - Block type, data, sky & block lightning - Perlin world generation + - Cave generation + - Tree and big tree generation - Camera - Frustum Culling - Fog @@ -45,11 +52,14 @@ Click [here](https://labystudio.github.io/js-minecraft/) for a demo! - Controls Screen - Widgets - Button - - KeyBindButton + - KeyBinding + - Slider + - Switches - Overlay - Cross-hair - Font rendering - Hot-Bar +

# Screenshots