+ 7
how to make games in c++
9 Answers
+ 7
You can make simple 2 Dimensional games with youtube tutorials. If you want to make a 3 Dimensional game you can use Unreal Engine which uses C++. Or you can use Unity which is more focused towards a hobbyist unlike unreal. Unlike Unreal you have to script in either C# or a special dialect of JavaScript.
+ 5
If you really want to make a game and aren't too well experienced with programming, don't make one in c++. Download Unity and learn c#. There is much more to a game than just knowing how to code, including understanding the scope of a project and design.
+ 2
Unity is obviously the best choice for people who are just into gaming, comes with its very own code writer, the mono editor but there's a lot more to creating games than coding. For example there's the 3d modelling and designing of environments or characters which you are going to have to do yourself in other applications like maya, 3ds max, blender if you're working alone
+ 1
is it possible.. in.. androids....
+ 1
To make an app on the android OS you need to write it in Java and Swift or Objective-C for IOS
+ 1
You have get with you tube for making game tutorials in C++. There are lost of book's available online for making game with C++ so please get with book's for sharp information.
+ 1
Youre gonna want to learn about OpenGL and game engines. Also, if you are still confused about anything involving pointers, you have to figure it out before you continue because games are gonna need those A LOT, esp. when A.I. and rich graphics are involved.
0
it is possible to make graphism of the game and action just with coding with C++
0
I like to create games too but have no knowledge about coding