0
How can i design a game in c , c++
I want to become a game developer that's why I think I should start with c and c++
2 Answers
+ 1
thanks for the information XiLef
0
To create a game you have to programm an engine or use one an engine like Unity or UE4.
If you want to programm your own engine, you have to know in wich language you will programm it(C or C++) and on what platforms should it Work. You need to know which graphic Interface you will use(openGl, Vulcan, ...). There much more things you have to note.