+ 2
Creating game
How can i creat game in python how can i import
2 Réponses
+ 9
Before posting any question..use our search bar :)
https://www.sololearn.com/Discuss/2219039/?ref=app
https://www.sololearn.com/Discuss/2030022/?ref=app
https://www.sololearn.com/Discuss/1033376/?ref=app
https://www.sololearn.com/Discuss/727914/?ref=app
https://www.sololearn.com/Discuss/203239/?ref=app
https://www.sololearn.com/Discuss/102440/?ref=app
https://www.sololearn.com/Discuss/32028/?ref=app
Hope this helps.
Thanks and happy coding!
+ 3
The simplest way is to use PyGame. Here's detailed tutorial: https://www.raywenderlich.com/2795-beginning-game-programming-for-teens-with-JUMP_LINK__&&__python__&&__JUMP_LINK
But if you wanna create huge games, I wouldn't really use Python (and pygame) and move to c# (unity) or c++ (unreal engine) (because python is quite slow so it's not the best for games)