So I'm new to game programming, I've made a few simple things. Now I want to make something big.
I have an idea in mind, the game would look something similar to this
But can you guys give me ideas on how to get it done? My main concern is...
I'm thinking about drawing (let's say...Tree images) onto the screen, but draw multiple ones from the same image and put them like in a certain pattern on the screen, something like above. And I want to draw a character too, that can move around. I'm thinking that I'm gonna need some sort of loop and/or a dynamically allocated array. But how would I be able to check what image the character is standing/being drawn on? And i I wanted to replace that specific image, how would I do it?
Can you guys like, just give me an idea of how I could get things going? No need to go in deep detail, but you know..
I'd appreciate it.