+ 1
Make a game
I'm start learning python because it's easy but how can python help me to make a game and any language will help me make a game ?
2 Réponses
+ 4
Python can indeed make games. Nearly all languages can. But some languages are better than others.
Python in particular is bad at it. There are frameworks you can use, but it'll likely be slower than using something else. It can be done, and it could be completely fine depending on the type of game. But the more you want in the game, the less you're able to handle it.
If you must use Python, use Godot. It's uses a remake of Python so it's more preformant.
Otherwise, look into Unity or Unreal Engine.
+ 2
Issam Seghir
If you're just looking to make games, yes you should switch to C# (for Unity) or C++ (for Unreal).
But what you learned doesn't have to be useless, give Godot a try maybe.