help with making a rpg game in C++

Sep 29, 2014 at 2:03am
how would I make a rpg game in C++?
Sep 29, 2014 at 4:45am
LOLOLOLOLOLOLOLOLL

Seriously Though...

Learn how to declare a variable first..
Last edited on Sep 29, 2014 at 4:47am
Sep 29, 2014 at 8:40am
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.
Sep 29, 2014 at 10:24am
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 Sep 29, 2014 at 10:25am
Sep 29, 2014 at 10:30am
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.