What is the difference between different languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What is the difference between different languages?

I am a new coder here and I am learning to make different apps available on iOS, Android and PC. What languages should I learn? And how are video games created?

19th May 2018, 12:30 AM
Alice
Alice - avatar
3 Answers
+ 3
https://www.sololearn.com/discuss/108450/?ref=app https://www.sololearn.com/discuss/1271586/?ref=app https://www.sololearn.com/discuss/1289458/?ref=app please see the posts attached below I have already answered about android development- java XML mainly and for iOS development swift, but you can code using any language you can make little games in html - CSS js, flash - actionscript, or any language. but to create large video games on your own, you need a framework with all libraries necessary for game development - the gaming engines. thereafter you just manipulate or add code to the objects and you get a game. unity is a popular game engine, it has a design mode to design objects called sprites like ball, trees, then you name them and then a coding mode where you add rules to those objects,set values to properties etc. search on YouTube for a quick demonstration. you design cool sprites, add logics to them - like listeners, as to do this when it is clicked, then you deploy !!! and woahh you got your own game.👍💐👌 best of luck!
19th May 2018, 1:47 AM
Sandeep Chatterjee
+ 5
My suggestion is just learn from basic and get grip then you can make any thing. learn from c++ and java then go into html, css like wise
21st May 2018, 3:10 PM
Vijay Kumar Kanchukommala
Vijay Kumar Kanchukommala - avatar
+ 1
Syntax is different in every language. Swift is best for iOS. Java is best for android. There are a lot of different kinds of games so there are different ways of making them. Watch YouTube tutorials and you will get all the answers!
19th May 2018, 9:34 PM
Milenko Raic
Milenko Raic - avatar