Page 1 of 1

Isometric Tile based game (just a basic demo)

Posted: Mon Dec 21, 2020 4:45 am
by mplln
I've been testing some isometric level making and mechanics this week and I got this:

https://love2d.org/imgmirrur/lrVXxfN.mp4

Let me know your thoughts!

Re: Isometric Tile based game (just a basic demo)

Posted: Mon Dec 21, 2020 1:59 pm
by darkfrei
Looks nice!
Is it possible to change the angle to 45°30°? It gives you exactly ~26.57° (tan(0.5)).

Re: Isometric Tile based game (just a basic demo)

Posted: Mon Dec 21, 2020 5:51 pm
by mplln
darkfrei wrote: Mon Dec 21, 2020 1:59 pm Looks nice!
Is it possible to change the angle to 45°30°? It gives you exactly ~26.57° (tan(0.5)).
Nice observation. Since i got those sprites for free, i didn't take the time to see if it was true isometric or dimetric.
But yes, I could use dimetric tiles since my code is not subjected to the type of the projection i'm using. So if i were to change the tiles that i'm using, the code just needs the dimensions of the tile to make the needed transformations.

Re: Isometric Tile based game (just a basic demo)

Posted: Mon Jan 04, 2021 4:47 am
by mplln
Some improvements:
A turn system based on character speed and camera tracking
https://love2d.org/imgmirrur/GLTdX6d.mp4