+ 2
How can we make games with c++ if we do not insert any image in it
4 Answers
+ 2
For games use engines, such as:
- Unity (C#)
- Unreal engine 4 (C++)
- Cryengine V (C++)
+ 1
you can make a console-only game đ
+ 1
You need to run OpenGl/DirectX/some graphics platform. There are game engines, which were previously mentioned, that will make it easier.
You can also use Godot.