- 2

Can someone who know ONLY C++ make a video game?

Can Someone who know ONLY C++ make a video game?

17th Jun 2021, 9:53 AM
Codelearner
4 Respostas
+ 2
With basic c++ you can make games by using graphics.h library but very small games If you wana make good games you have to learn unreal Engine it also work on c++ but some more advanced libraries are there to learn so yeah you can make game using only c++ but you have to learn more advance c++ libraries related to unreal if that you wanna do
17th Jun 2021, 12:12 PM
YUGRAJ
+ 2
Hi! You can use game engines for this purpose: Cryengine V or Unreal engine 4
17th Jun 2021, 12:35 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
Martin Taylor Yeah I know that's why I write that only very small game I myself uses unity engine for making games
18th Jun 2021, 12:26 PM
YUGRAJ
0
Yes! If you wants to make game without graphics. No! If you wants to make game with graphics. For 2d graphics I guess SDL2 is the best choice. And for 3d graphics opengl is the best choice. You can also use a physics engine like box2d to add physics easily in your game
19th Jun 2021, 8:00 PM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar