How to make a 2D or 3D game in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make a 2D or 3D game in C++?

6th Apr 2017, 8:44 AM
School Dog
2 Answers
+ 6
After completely learning C++, Learn Windows Programming in C++... Basics: https://msdn.microsoft.com/en-us/library/windows/desktop/ff381399(v=vs.85).aspx This will explain you the basics of creating 2D Objects and controlling their Attributes (Module 3 and 4, especially). As you advance using more such tutorials you'll be able to not just create graphical objects , but make real time moving 3D ones... This may help you in the future to make your own 3D Game... Note: Windows Programming gives you access to DirectX... Hope that helps...
6th Apr 2017, 3:09 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
0
... or choose Unreal Engine though that takes some time getting used to as well :D
7th Apr 2017, 8:14 AM
Norbivar
Norbivar - avatar