5 Réponses
+ 2
yes
+ 2
use the search bar please:
https://www.sololearn.com/Discuss/1404722/is-JUMP_LINK__&&__python__&&__JUMP_LINK-good-for-make-games
https://www.sololearn.com/Discuss/1608664/is-it-possible-to-make-games-with-python
https://www.sololearn.com/Discuss/2582919/is-it-possible-to-make-a-3d-game-with-python
https://www.sololearn.com/Discuss/140674/hello-im-a-beginner-i-heard-python-is-a-good-language-to-start-with-is-it-possible-to-make-game-apps
https://www.sololearn.com/Discuss/123168/is-it-possible-to-make-a-game-with-python-or-is-it-better-to-use-c
https://www.sololearn.com/Discuss/2627083/can-we-make-a-minecraft-game-with-html-css-js-python-java
https://www.sololearn.com/Discuss/2225306/is-this-possible-to-make-3d-game-for-android-and-windows-by-using-python-programming-languages
+ 2
Hi! Yes, you can. With RenPy(2D), Panda 3D or PyGame.
Where Python is used in game development:
- in-game modding,
- server controls,
- internal game logic,
- writing scripts to ensure the modularity of the game.
Python is mainly used for writing scripts — such as character interactions, launching scenes, and event handling.
+ 1
Godot is also a good choice if you know Python: https://godotengine.org/
0
Instead of learning c++ would it make more sense to start learning rust?