Hello,
First, I apologize if I wrote a topic in the wrong place (You can move it) , and I also apologize for my bed English.
I started to learn GUI programming not so long ago. So far I’ve done a really basic 2d game. Nothing special. Background, 2 enemies, you have 10 bullets and you have to kill the enemies. If you touch the enemy, it is the end of the game. The character can move left, right, and you can jump once. However, in the “game” there are no barriers. So I searched the Internet, what would be the easiest way to make them. I found a way that it seems to me it is called “tile-based map” or. something like that. Ok, I said to myself, and I try this, but here I get stuck. I know I have to make .txt file, and then with the characters “draw” folder. Okay, but how do you read this folder, and a char replaced with an image?
And another question, how can I make this map so the figure can wake through the barriers? With Collision Detection, or something special?
BTW: It is not for homework.
Thanks!