I am making a mini rpg tile game and I have an issue.
There are going to be 208 tiles on the screen and here comes my problem(using SDL)
How do you create multiple surfaces without it looking like this:
Would there be a loop for these kind of things? This doesn't look healthy at all