+ 3
Best language for creating games ?
community can you suggest me which language is best for developing games ? I
5 Answers
+ 6
Additional info: HTML +CSS+ JS= an app
https://www.sololearn.com/discuss/914055/?ref=app
+ 3
I think it is JavaScript. Is it or not
+ 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.
+ 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
- 1
javascript