C++ and games šŸ˜… | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

C++ and games šŸ˜…

how can I start game development using c++? is there a specific ide ??

27th Oct 2016, 1:04 PM
master001
8 Respostas
+ 2
unity is the best ide for game development šŸ˜Š
27th Oct 2016, 1:08 PM
mirza arslan
mirza arslan - avatar
+ 1
try using SDL libraries.google it. or you can use unreal engine but it is master-level. if you really complete understanding c++, you can use "graphic.h" libraries but it's master-level too. in my opinion, c++ is hard to achive game design and implemention methods. hard to maintain your progress, hard to build it up bugless...I achived to build a simple game engine and game with c++ but i will never try to do it again. now i am using unity3d with c#.
27th Oct 2016, 7:00 PM
Pamir Ɯnsal
Pamir Ɯnsal - avatar
0
dose it support c++??
27th Oct 2016, 1:13 PM
master001
0
No... it uses c# and Javascript. Unity is good for beginners but it enforces a special model after which the game needs to be designed. Another option would be unreal engine (3 or 4). Both work with c++. Otherwise: depends what kind of game. 3d is very complex and includes a lot of math.
27th Oct 2016, 4:12 PM
Al ex
Al ex - avatar
0
so what if I am planning to have a 2d game project from the scratch without using any engine what's the requirements for that?? note : the project just to enhance my skills
27th Oct 2016, 4:27 PM
master001
0
Before you start it, I recommend you to read Game Engine Arcitechture - Jason Gregory
27th Oct 2016, 6:12 PM
sakje coookie
sakje coookie - avatar
0
SFML might be one of the easiest. I would look at it, it can do 2d pretty well and makes the whole thing faster than pure c++
27th Oct 2016, 7:15 PM
Al ex
Al ex - avatar
0
thank you all for replying me that was very helpful
27th Oct 2016, 8:25 PM
master001