+ 1
Games in c++
Is it possible to make simple 2D games in c++? And if it is, how?
2 Answers
+ 3
Are you open to trying the unreal engine? Or do you find it âcheatingâ. Because some people think it s cheating, but in reality, tons of great games are made with it.
+ 5
Learn libs like: curses, sdl2, cocos2d. You can use unreal engine also. Since you are asking this question I would venture to say, You need to learn more about the language(C++). More so how to make use of libs.