Original Post
Hi, all, I am trying to design a 2D game that needs the screen to scroll from left to right and right to left according to the character movements. I want the floor to be a wrinkled surface with small mountains and cliffs, hollows, etc. What is the easiest way to create such a landscape and use it within a game? Which file format would be the best for storing this kind of maps/surfaces? Is it easy to implement collision detection between the character and the floor/landscape? Thanks in advance. Any hint would be appreciated.