+ 1
Programming language
Please what is the best programming course I can use to create games and apps after I am done learning it
1 Answer
+ 7
On SoloLearn, the best course for making games and apps depends on what kind of apps you want to build:
đč If you want to make games:
C#:
Best choice if you want to build games with Unity (the most popular beginner-friendly game engine). After SoloLearnâs C# basics, you can move on to Unity tutorials (lots of free ones online). Great for both 2D and 3D games.
Python:
Easier to learn and great for simple games using Pygame. Not as powerful as Unity for advanced graphics, but perfect for learning logic and small projects.
đč If you want to make apps (mobile/desktop/web):
Java:
Core language for Android apps. After the course, you can continue with Android Studio.
Kotlin:
Modern Android app language (but not always available on SoloLearn). If you want future-proof Android development, Kotlin is better than Java.
JavaScript (with HTML + CSS):
Essential for web apps. Can also build mobile apps with React Native or Ionic later. If you also learn Node.js, you can do full-stack web apps. There is also Game Development with JS course. You can try it: https://www.sololearn.com/en/learn/courses/le-gamedev-with-js
C++:
Used for high-performance games (like Unreal Engine). More difficult, but powerful.
â
Best Path Recommendation:
If your main goal is games â Start with C# on SoloLearn â move to Unity.
If your main goal is mobile apps â Start with Java on SoloLearn â then Android Studio.
If your main goal is web apps â Do HTML, CSS, JavaScript on SoloLearn â then React or Node.js.