Best language for creating games ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Best language for creating games ?

community can you suggest me which language is best for developing games ? I

21st Feb 2018, 4:45 PM
Master Mayank
Master Mayank - avatar
5 Answers
+ 6
Additional info: HTML +CSS+ JS= an app https://www.sololearn.com/discuss/914055/?ref=app
23rd Feb 2018, 2:40 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 3
I think it is JavaScript. Is it or not
21st Feb 2018, 4:46 PM
Master Mayank
Master Mayank - avatar
+ 3
It is for web, but there are better options if you want it to be downloadable instead of just on a website. Some good options are: C++ Very fast, object oriented, large selection of libraries. Some libraries are SDL2 for 2D games, OpenGL + GLEW + GLFW + SOIL2 for 3D games, and Unreal Engine, which is actually a game engine, for 3D games. Unreal Engine is much easier than OpenGL and that long list of libraries. C# Relatively fast, good for Windows. Java (or more recently Kotlin) Great starting point for game development because it has built-in, easy to use libraries for games. It is also used for Android app development. Swift Mainly for iOS app development.
21st Feb 2018, 5:37 PM
Jacob Pembleton
Jacob Pembleton - avatar
+ 2
The question is, what kind of game. For simple games like tic-tac-toe you can use JavaScript. For 3D use an other like c++. It is possible to use canvas with JavaScript but developing fancy graphics is limited. If you would like to develop 3D Games than use unity as tool. https://unity3d.com
22nd Feb 2018, 8:16 AM
SCURRILUS
SCURRILUS - avatar
- 1
javascript
22nd Feb 2018, 1:48 AM
Utkarsh Singh
Utkarsh Singh - avatar