+ 1

Which programming language should i learn for game development?

30th May 2019, 2:00 PM
Oliver
Oliver - avatar
7 Answers
+ 3
If you are using a computer, you can install Visual Studio, learn C#, and use the Unity game engine. If you are using SoloLearn only, only web codes allow interactivity, so HTML+CSS+JavaScript. What to learn next by Bono https://code.sololearn.com/Wukw9beaMo55/?ref=app After finishing the SoloLearn course of above three languages, proceed to Happy To Help's JS Game Development Tutorial Series https://code.sololearn.com/WvIsS7qN8npX/?ref=app
30th May 2019, 2:33 PM
Gordon
Gordon - avatar
+ 6
Java and Kotlin
30th May 2019, 3:38 PM
Bharat Bhushan
Bharat Bhushan - avatar
+ 1
It depends on what games you want to make and the platform you want to target. Unity allows you you to make 2D and 3D games with C#. These games can be exported to any platform, including web (HTML, CSS, JS). Unreal Engine also allows you to make 2D and 3D games, but you can either write your scripts in C++ or use Blueprints, which is the Unreal's visual scripting system. I am not sure whether Unreal supports exporting the games for web or not, but it supports Windows, Mac, Linux, Android, iOS. If you don't have a PC to work on, or you think that a game engine like those is overkill, there are several JS libraries that let you write games that run inside the Web Browser
1st Jun 2019, 5:11 PM
dim_knp
dim_knp - avatar
0
web games: js android/pc: c++ or java
30th May 2019, 2:02 PM
Farry
Farry - avatar
0
Farry Thanks!
30th May 2019, 2:04 PM
Oliver
Oliver - avatar
0
C#
30th May 2019, 2:50 PM
Sreejith P
Sreejith P - avatar
0
Gordon Thanks!
30th May 2019, 3:34 PM
Oliver
Oliver - avatar