+ 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.
6 Réponses
+ 3
You can make games with any language. There are a few which might make it easier than others. Here's some reading for you:
https://sololearn.com/compiler-playground/W0uW3Wks8UBk/?ref=app
https://www.sololearn.com/discuss/1926581/?ref=app
https://www.sololearn.com/discuss/625747/?ref=app
https://www.sololearn.com/discuss/2028100/?ref=app
https://www.sololearn.com/discuss/1783783/?ref=app
https://www.sololearn.com/discuss/99903/?ref=app
+ 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.
+ 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
+ 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++.
+ 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.
0
I would recommend using c# caus it work great with game engine unity.:)