Game programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Game programming

Hello, I want to make a simple on-line 2D game, but Iam not sure, where to start. I like C/C++. OpenGL and DirectX are too complex for a simple 2D game. Only thing I need is “displaying” images in a window. Do you have any ideas? I was thinking about java or making a browser game, but i would have to change programming language. Thank you

13th Oct 2019, 10:51 PM
chleba v botě
chleba v botě - avatar
2 Answers
0
If by "online", you mean web games, then you'll need html5 </canvas> and Javascript For another game, you'll be fine with C/C++, via OpenGL
13th Oct 2019, 11:01 PM
Dlite
Dlite - avatar
0
For a 2d game Go for C++ 11 : fast, effective, powerfull, manual Opengl4 : easy
14th Oct 2019, 1:22 AM
Dev Pratap
Dev Pratap - avatar