+ 4
Which language should i learn first for game devlopment?
I am a complete beginner with a mission for developing games.I have learnt only Qbasic yet.Which language should I start with.i use unity engine
11 Answers
+ 7
Hey Malti. What platform do you plan to develop games for? That could push the answer in a certain direction.
For most scenarios, I would go with C# or Java, but you can't go wrong with C++ either. If you're using a pre-built engine, then I would see what they use for it. For example, Unity allows scripting with C#, Boo, and JavaScript - so if you were using Unity, I'd pick one of those (C# has more support/resources on it).
Throw some more information our way and we can be more specific with our answer.
+ 19
HTML>CSS>JS
+ 3
Here are some helpful threads.
https://www.sololearn.com/discuss/284542/?ref=app
https://www.sololearn.com/discuss/361752/?ref=app
+ 3
see this ...
https://www.sololearn.com/discuss/302108/?ref=app
+ 2
For Web designing you should learn Html first
and for programing you should take c++
+ 2
Hello Malti
I suggest you use python since you are a beginner.
Why use python.?
Python has a simple syntax which a begginer can easily understand, it has modules which are useful for game development and it also has huge amount of resources where you can learn from, I'm talking about video tutorials, books, pdfs and forums.
Python has an amazing Framework called KIVY.
KIVY was created using python, its been used for creating a cross platform apps and games with an interactive and innovative UI, it's open source and it's currently been used by vast amount of developers. with python's simple syntax which is readable, you can write an amazing app or GAME with KIVY.
There are KIVY tutorials on the KIVY website which you can read up and start creating apps and games in less than 2 weeks.
+ 2
in which order should I learn languages
+ 1
I Think it should be "C#", popular game engines such as Unity etc, uses C#.. so I think you should learn c# before advancing to other languages.