An action rpg made from scratch?

Write your question here.

Hello everyone. I've always wanted to make a side-scrolling action rpg with a realtime battle system, and I'm willing to make it from scratch. But I was just wondering if it is even possible. What do I need to know about C++ to make a decent game? Will I be able to accomplish my goal after completing the tutorial? Thank everyone who tries to help. :)
You'll have to dedicate at least 6 months of C++ everyday to be able to make a game. This is true for pretty much every programming language.

Once you understand concepts such as classes, pointers, arrays, and dynamic memory I'd personally look into SDL2. Lazyfoo has great tutorials on SDL2.
Topic archived. No new replies allowed.