1
0
mirror of https://github.com/Michael2-3B/Isometric-Minecraft-CE.git synced 2024-11-30 18:24:30 +01:00
This commit is contained in:
Michael B 2022-02-11 00:55:09 -06:00
commit 4738d02bf2

View File

@ -1,33 +1,38 @@
# Iso-Render
## Basically, minecraft but isometric. Coded in C for the TI 84+ CE.
Rendering beautiful isometric terrain, using sprites, in C on the TI-84+ CE.
### Current Features (newest additions first):
* Torch Lighting, and night time
* Shadows
* Map Rotation
* Block gravity/physics (for sand and gravel)
* Placing and breaking blocks
* Player and player movement (currently disabled, and a bit buggy)
* Dynamic, random terrain
Player positioning/movement is a bit borked right now, so I've disabled the player for the time being.
However I just added map editing and am working on that currently.
LATEST UPDATE: Falling blocks! Sand and gravel now 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)
Map Rotation:
![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render035.gif)
Shadows:
The program is currently in progress, so bugs are to be expected, and some features are not fully implemented properly yet
**LATEST UPDATE:** Torch lighting and shadows!
![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render036.gif)
![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render034.png)
Map editing:
Block physics! Sand and gravel now 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)
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)
Player Movement (clipping disabled)
![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render024.gif)
A bigger map:
An example of a bigger map:
![A Screenshot](https://raw.githubusercontent.com/Michael2-3B/Iso-Render/master/screenshots/render028.png)