What need to learn gpp?
Is there such a thing as a "gameplay developer"?
I've honestly never heard of it. You could explain what someone who is a "gameplay developer" does? That way we can give you an accurate answer.
Oh. Well how much programming experience do you have? What languages have you programmed with and for how long with each?
Gameplay programmer, gameplay engineer, or similar title is one of the most common type of programmer in games. The role is not to build an engine or build tools or technology; they start with an enormous list of objects and then make all the things. Anything that can be interacted with, anything that can be used in any way or anything that does something, that is something they program.
While it helps to know things like the rendering pipeline, it is not necessary for most daily work. If your goal at the moment is to make a game, by all means start with an existing major engine. That is exactly what you'll be doing if you get a job as a GPE. The company has an engine, you hook up all the parts.
Oh. Well how much programming experience do you have? What languages have you programmed with and for how long with each?
I programming about 4 years, but without real experience(I created some MVP, some app for my own using, but never finish them :( ) I know Pascal(I start with them), C#(my programming experience start with this language), Lua, C++(begin learning).
Thank you for advice.Gameplay programmer, gameplay engineer, or similar title is one of the most common type of programmer in games. The role is not to build an engine or build tools or technology; they start with an enormous list of objects and then make all the things. Anything that can be interacted with, anything that can be used in any way or anything that does something, that is something they program.
While it helps to know things like the rendering pipeline, it is not necessary for most daily work. If your goal at the moment is to make a game, by all means start with an existing major engine. That is exactly what you'll be doing if you get a job as a GPE. The company has an engine, you hook up all the parts.
Well first. I would just be making games. Especially if you've never made a game before. After you have 10 or so complete games under your belt, then you could concentrate on gameplay code and mechanics. The framework doesn't matter. Especially at this stage since you're a beginner. Being able to actually create and complete a game is far more important.
Well first. I would just be making games. Especially if you've never made a game before. After you have 10 or so complete games under your belt, then you could concentrate on gameplay code and mechanics. The framework doesn't matter. Especially at this stage since you're a beginner. Being able to actually create and complete a game is far more important.
Thank you! Last couple of days I though what kind of framework or engine I should choose. Must it be C++ framework because it's real gamedev language, ir for simplicity I prefer to choose Monogame) Thank you! I have last question, should I begin create game for mobile phones(it's target platform that I want to create games), or it doesn't matter right now?