I’m in the thinking phase of a new project and I’m stumped about one thing - if I wanted to have a varying height 2D terrain, what would be the best way to store the terrain? Would it take something as easy as storing the terrain as a polygon? If so, how would I be able to texture and collision check with it in LibGDX?
Thanks