+ 1

Become Programer Game

I am still a begginer programing, and still new use apl sololearn. i want to be programer game, what programming language should i learn for make game? thanks.

22nd Jan 2025, 11:24 PM
piser fransisko kaunde
piser fransisko kaunde - avatar
6 Réponses
+ 3
Hello 👋 You can Start with Python and Pygame: It's a gentle introduction to game development concepts, and you can create some fun games relatively quickly.
24th Jan 2025, 4:33 PM
Shreya Jadhav
Shreya Jadhav - avatar
+ 2
Game developers mostly use C++ or C# (based on what game engine they use) For example, Unity use C# Unreal Engine use C++ Godot is different because it has its own programming language Also just to remind that Sololearn courses does not provide courses to learn to use Graphics in C++, C#,... They basically... Complicated for beginners, the courses teach you the basic If you want to learn about graphics, then some platform like Udemy, Coursera might provide courses with graphics in C++ or any programming languages for beginners But also, since you are still beginner, then you should know the basic first, then you can change to learn to use graphics
23rd Jan 2025, 7:46 PM
☕︎︎AstroParrot✦
☕︎︎AstroParrot✦ - avatar
+ 1
C# is the most popular among game developers. Most game engines are made in c++ making it the second most popular. If you want to take game dev seriously, learn C# and C++.
23rd Jan 2025, 9:33 PM
RuntimeTerror
RuntimeTerror - avatar
+ 1
Dear piser fransisko , For some people, they'd suggest using C++ and C# for Game Development. But for me, I'd suggest you start with Python. In Python, there's a 3rd party module called "Pygame", a module for making/creating 2D games. Although it is a low-level Game Engine (meaning that it provides less functionalities and harder to use compared to high-level ones like Unity Engine), it will help you have a deeper understanding of Game Development (which is important to work with Unity, Unreal, etc IMO). There's a six-hour video in YouTube that teaches you everything about Pygame, made by DaFluffyPotato. You will need to have some good understanding of Python to fully understand what's covered in that video. You need to have Python and an IDE (E.g. VSCode) installed on your device (Or in Android just install PyDroid 3 from Google Play), and you should have Pygame installed for it to work.
24th Jan 2025, 11:18 AM
Dragon RB
Dragon RB - avatar
0
I would recommend using c# caus it work great with game engine unity.:)
23rd Jan 2025, 9:27 PM
Tyler
Tyler - avatar