Помогите, я хочу игры писать | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Помогите, я хочу игры писать

какую программу обучения выбрать? п.с. тег просто так

26th Oct 2017, 4:04 PM
Hélène
Hélène - avatar
3 Answers
+ 3
Я не говорю по-русски. Сожалею. Переведите мой пост, если вам нужно. Unfortunately, I don't speak Russian, but I hope you can understand my English. I'm a Unity developer, so personally, I would recommend that you learn C# and then take a look at www.Unity3D.com/learn and learn their engine. They use C# for their scripting, and the link I provided you has more than enough resources to learn their engine enough to get started. Read through C# here, and then go seek other C# resources so you can master the more advanced points of the language. From the Unity website, read their entire Unity Scripting section so you can see the functionality they've added, which you'll be using to program your game. I can't mention Unity without also mentioning Unreal Engine 4. Unreal is the other mainstream game engine giant. They utilize C++ and their own blueprints system. You can't go wrong with either game engine, and they're both good in their respective ways. I would check out both and decide which will best compliment the game you want to create, and then you'll know which language to focus on. Unity = C#, Unreal = C++. RESOURCES: Unity: https://www.Unity3D.com/learn https://www.sololearn.com/Course/CSharp/ Unreal: https://www.unrealengine.com https://www.sololearn.com/Course/CPlusPlus/
26th Oct 2017, 4:22 PM
AgentSmith
+ 1
Thank you, Netkos Ent
26th Oct 2017, 4:40 PM
Hélène
Hélène - avatar
+ 1
@Hélène You're welcome. Best of luck to you!
26th Oct 2017, 5:34 PM
AgentSmith