I want to make an RPG just a small project. Which code would be best to learn videogames for consoles? C# or C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to make an RPG just a small project. Which code would be best to learn videogames for consoles? C# or C++?

currently learning C++ and won't attempt making a game until I understand it but if it's better to learn C# I will do that instead.

22nd Dec 2017, 1:29 PM
Richard Garibay
2 Answers
+ 1
Hmm... I would use engine in your case. It's way more faster to prototype a game. There are two the most popular engines: UnrealEngine(requires C++) and Unity3D(requires C#)... Choose whatever engine you like, learn the language it requires and u will make a game in few months. If u still wanna code everything from scratch, consider that C++ is harder to learn than C#, but with C++ u can get better performance. That's one reason why it is often used in AAA games.
22nd Dec 2017, 1:46 PM
DooM
+ 1
I would definitely use C++. It will run much faster and makes you use your brain more than a language similar to Java, which can help you be a better programmer in any language.
22nd Dec 2017, 11:16 PM
Jacob Pembleton
Jacob Pembleton - avatar