0
votes
1answer
121 views

Top down 2.5D game with fake 3D strategies [closed]

I'm looking for an idea for a 2D game I'm trying to develop. I was thinking about a beautiful game design when I ran into this game: Don't Starve. Now I'm trying to figure out what kind of techniques ...
7
votes
2answers
2k views

How do I render terrain in a 2.5D perspective, like in the game Don't Starve?

I have experience in making 2D side scroller games such as Terraria, but now I want to challenge myself and make a game that has a 2.5D perspective. The game I am trying to mimic is Don't Starve. ...
3
votes
3answers
2k views

How to render axometric/isometric tiles that are a 2d array in logic, but inclined 45º visually?

I am making a tile-based strategy game which i plan to have 2.5D visuals in an axometric/isometric fashion. Right now i'm programming it's logic and rendering it as a literal 2-dimensional array ...