5 Answers
+ 3
yes
+ 3
If you want to make a big game, you should use C++ or another fast language. But for small games there is no problem.
Python puts a lot of pressure on the system because of its easy coding, so the system must first understand the data types you are using and then execute your instructions one by one. But when you use C++, the system only does part 2 (execute your instructions).
and also for making games with python you can use "pygame" library.
result:
---small games---
python -> good
C++ -> good
---big games---
python -> Computer explosion
C++ -> good
+ 1
Depends on the game you are building. You're not going to make a massive 3D game with Python. Can you make games? Sure. But at some point you need to choose the right language and game engine for the game you're designing.
If you want to write 3D games, you need to look into Godot, which has a language similar to Python, or Unity, which uses C#.
+ 1
@AraL - Explosion! Very funny, and true. :)
0
Jerry Hobby đđđ»