1
0
mirror of https://github.com/Michael2-3B/Isometric-Minecraft-CE.git synced 2024-11-24 07:00:14 +01:00

Update README.md

This commit is contained in:
Michael 2022-02-19 01:48:41 -06:00 committed by GitHub
parent baaf2a9a54
commit a6585dadb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)