Games in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Games in c++

Is it possible to make simple 2D games in c++? And if it is, how?

5th Mar 2018, 4:53 PM
Marin
Marin - avatar
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.
5th Mar 2018, 4:57 PM
Jax
Jax - avatar
+ 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.
5th Mar 2018, 4:57 PM
emmey
emmey - avatar