0

Can I make the game with c++

1st Apr 2018, 8:34 AM
Yakov Olkov
Yakov Olkov - avatar
3 Answers
+ 1
Sure, most of the professional games are written in C++. But if you want to do a modern game, you might want to use a tool for graphic design like Unreal Engine.
1st Apr 2018, 8:40 AM
L00P3R
L00P3R - avatar
+ 1
Yes ypu can, most general purpose languages will allow you to build gamea. Another question you will want to ask is what platforms do you want the game to rum on. Below are a list of platforms with their preferred languages. Android : Java. Kotlin, (EXSTENTION C++). Windows: C++, C#, Java. IOS: Swift. Web: (HTML, CSS, Javascript).
1st Apr 2018, 8:49 AM
josh mizzi
josh mizzi - avatar
+ 1
Unreal Engine uses C++ as its coding language, take a look at that one.
1st Apr 2018, 9:08 AM
Chris
Chris - avatar