Isometric game collision | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Isometric game collision

I'm working on a game which is isometric tile based game. I have no idea about how to make collision to a rotated rectangle. can you help me?

30th Aug 2018, 7:58 PM
Ilias
Ilias - avatar
4 Answers
+ 1
usually isometric games function on a top-down 2d grid while only the display is isometric, so you should probably do that.
30th Aug 2018, 8:12 PM
hinanawi
hinanawi - avatar
+ 1
so the collision will stay same and will it work?
30th Aug 2018, 8:14 PM
Ilias
Ilias - avatar
+ 1
Ilias Karypidis yep, an isometric display is the result of projecting a 2d grid, so the collision stays the same
30th Aug 2018, 8:15 PM
hinanawi
hinanawi - avatar
+ 1
Yeah! I think you are right. will test it today
30th Aug 2018, 8:17 PM
Ilias
Ilias - avatar