+ 3
How do program a game in c++
6 Answers
+ 12
You can find useful information here:
https://www.sololearn.com/discuss/761432/?ref=app
https://www.sololearn.com/discuss/488976/?ref=app
https://www.sololearn.com/discuss/900345/?ref=app
+ 2
C++:
https://www.sololearn.com/Course/CPlusPlus/
Unreal Engine:
www.UnrealEngine.com
^Learn C++ and become familiar with Unreal. That's not the only means of doing so, but the most efficient means if you're wanting to work with a good engine and standard in the industry.
+ 2
using unreal engine
+ 2
You can also use libraries, like OpenGL (which is important to know in the industry), SDL and SFML in 2D, or Ogre for 3D
+ 2
you can use Unity 3D for 3D games
0
Thanks