I've recently been interested in adventure side scroller games. I've never made one before but I have enough coding experience that I should be able to pick it up and make one. I've always thought they were cool and kind of reminded me of Pokemon which was my favorite game growing up. Here's what I need to know.
- How do people determine specific properties for different tiles.
- What's the most efficient way to code an adventure game
- How do you add side scrolling functionality.
- How do I incorporate a story into the game.
Now I understand what I'm asking is a lot so I'm not gonna ask you to explain how the universe works on a forum. I'd rather have you maybe point me in the right direction to a tutorial preferably made in python and pygame explaining how to create the basics of an adventure side scroller game. I have a lot of trouble understanding code if I don't start it from the beginning. Most sources I've found don't go into the depth I need to fully grasp the concept.
Any help is appreciated. If you want to answer maybe one of the questions very clearly that would help too. If you wanna answer them all be my guest but I'm really just looking for someone to point me in the right direction because I can't find any good tutorials on what I'm trying to learn.