Creating game | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Creating game

How can i creat game in python how can i import

28th Jul 2020, 5:47 PM
Sourc3 Cod3r
Sourc3 Cod3r - avatar
2 Answers
+ 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)
28th Jul 2020, 5:54 PM
Qui-Gon Jinn
Qui-Gon Jinn - avatar