Is it possible to create games using just Python? And how? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Is it possible to create games using just Python? And how?

Please I need help with this question

3rd Feb 2024, 12:39 AM
Welington Clemente
Welington Clemente - avatar
5 Answers
+ 7
Yes , its possible to create many simple games using Python using several packages like Pygame,Pyglet etc.But creating games just by using Python or involving more than one programming language may depend more or less on the goal and complexity of the game that you want to create .
3rd Feb 2024, 2:01 AM
𝘕𝘉
𝘕𝘉 - avatar
+ 4
It is possible, but python is one of the slowest languages, and you should never use python to create games, as faster execution is a must in game development, use c++ or c# instead, I'm learning game development myself.
3rd Feb 2024, 3:05 PM
Ejaz Ahmad
Ejaz Ahmad - avatar
+ 3
Thanks for the answers guys
4th Feb 2024, 3:07 AM
Welington Clemente
Welington Clemente - avatar
0
Yes
4th Feb 2024, 8:30 PM
Nacional Programmer
Nacional Programmer - avatar