+ 1
Which programming language should i learn for game development?
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
+ 6
Java and Kotlin
+ 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
0
web games: js
android/pc: c++ or java
0
Farry Thanks!
0
C#
0
Gordon Thanks!