help with making a rpg game in C++

how would I make a rpg game in C++?
LOLOLOLOLOLOLOLOLL

Seriously Though...

Learn how to declare a variable first..
Last edited on
1) Learn C++ to an adequate level
2) Design your game. What features it should have, etc.
3) Select engine you would use.
4) Design your program architecture.
5) Code
6) Get assets for a game (graphics, sounds, etc.) and replace temporary ones you used on stage [5]
7) Polish a game: most of the level design and fine-tuning happens here.
8) Play it.
and you forgot to mention it will be like 10 years for him to make an rpg game from the start of him learning c++...

I wish I had known better..Now I am stuck and must continue until I am able to program a game.
Last edited on
University, I studied in, had 3 month C++ courses which consist in making a simple RPG using ATB system. Think Final Fantasy 6 for example.
Topic archived. No new replies allowed.