Michael B
3dac92a416
Added map rotation
2022-02-10 01:49:20 -06:00
Michael B
67d0d6fbc7
Added shadows & more block physics
...
Shadows are not properly implemented yet and are treated as full blocks.
Block physics are also pretty rough right now, I added code so that a block placement/update can update other blocks on all sides of it, but this currently can cause a RAM clear
2022-02-09 20:56:39 -06:00
Michael B
48c073dd7c
Added block gravity, block deletion
...
Sand and gravel now are affected by gravity. Also added block deletion so now you can place and break blocks.
2022-02-08 23:03:35 -06:00
Michael B
59f9ce1a4d
added map editing
...
does not include block deleting (aka placing air blocks)
2022-02-07 23:43:48 -06:00
Michael B
8661376b5e
Merge branch 'master' of https://github.com/Michael2-3B/Iso-Render
2022-02-07 02:19:57 -06:00
Michael B
15f089223e
added sand, flowers
...
Added sand block, flower decoration,
also forgot to mention this earlier but I included a height map algorithm as well for dynamic terrain.
2022-02-07 02:19:55 -06:00
Michael
f8d91aeff4
Delete .DS_Store
2022-02-06 21:59:07 -06:00
Michael B
5663599d45
Player update and more
...
added player movement, characters
added lava, logs, leaves, planks, and some other blocks,
added culling so the renderer pretty much only renders the blocks that will be visible
2022-02-06 21:56:00 -06:00
Michael B
13848c7924
big update
...
changed size of blocks to be more cubic, made a bunch of new sprites, added 3d map storage, and a sample map with a structure on top
2022-01-23 03:31:04 -06:00
Michael B
efda5ffd9b
lots of sprites
2022-01-20 01:10:03 -06:00
Michael B
4ea550f64d
isometric stuff
...
added screenshots and current code
2022-01-18 20:58:46 -06:00