diff --git a/README.md b/README.md index 1216cee..9bfcf77 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # Isometric-Minecraft-CE -## Basically, minecraft but isometric. Coded in C for the TI 84+ CE. +## An isometric sandbox game for the TI 84+ CE. Coded in C. ### Current Features (newest additions first): -* Torch lighting (and night time) -* Shadows +* Gradual daytime/nighttime (currently manual, but will be automatic) +* Brightness setting +* Animated blocks (fire, chests) +* Dynamic block/sky lighting (adapts to world, so light does not pass through blocks) +* Shadows (goes along with the lighting effects) * Map Rotation * Block gravity/physics (for sand and gravel) * Placing and breaking blocks @@ -12,12 +15,18 @@ The program is currently in progress, so bugs are to be expected, and many features are not fully or properly implemented yet. -**LATEST UPDATE:** Torch lighting and shadows! -![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render038.gif) -![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render034.png) +**Latest Screenshots:** (dynamic lighting, shadows, daytime/nighttime, brightness) +![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render048.gif) +![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render047.gif) +![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render046.png) -Block physics! Sand and gravel now are affected by gravity: +Fire and chest animations: +![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render041.gif) +![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render042.gif) + + +Block physics: (sand and gravel are affected by gravity) ![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render033.gif) ![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render032.gif) @@ -26,10 +35,6 @@ Map Rotation: ![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render035.gif) -Map editing: -![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render031.gif) - - Player Movement (clipping disabled) ![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render024.gif)