+ 1
What tyoe of coding is used to make video games and can you learn it on this app?
3 Respostas
+ 5
Unity/C#:
www.Unity3D.com
https://www.sololearn.com/Course/CSharp/
Unreal/C++:
www.UnrealEngine.com
https://www.sololearn.com/Course/CPlusPlus/
jMonkeyEngine/Java:
http://jmonkeyengine.org/
https://www.sololearn.com/Course/Java/
Pygame/Python:
https://www.pygame.org
https://www.sololearn.com/Course/Python/
^That should get you pointed in the right direction. You can create games with most programming languages, and it's insanely useful to utilize one of the many amazing game engines already created for developers to use. So weigh out the pros/cons of each, consider what you're wanting to create, and consider the platforms you wish to target, then decide based upon what you're wanting to do overall.
Aside from giving you a link to the courses that WE provide, I also provided you with links to the engine's websites, which each contain a vast array of information to help train you on the engine so you can effectively use them.
Best of luck!
+ 3
xX Wickedracerfrog Xx
As stated about you need
coding knowlege of the language of the engine.
graphic design skills ( unless it is a text game)
try the tutorials from the game engine sites.
experience with the game engine.
+ 2
If this is your Question:
C++ is the basic language for video games.
But if you want to make Android games use Java.
You can learn Syntax and basics in this App, but not how to make a game. Browse in the Internet for that or search for good books.