Can we make high graphics games through phython? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can we make high graphics games through phython?

Kindly tell me plz

6th Jun 2019, 5:53 PM
hassan👨🏼‍💻
hassan👨🏼‍💻 - avatar
2 Answers
+ 7
From what I heard , you can make cool games with Python , but they will be slow , and maybe laggy.
6th Jun 2019, 7:20 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 1
Making games with good graphics means (a) low level work and (b) a lot of work. Pyhton is high level (you can't work with raw memory) and very slow (100 times slower than C, at least when interpreted). But, if you want to, you can write the graphics in C/C++ and the game logic, networking code etc. in Python.
6th Jun 2019, 7:40 PM
Vlad Serbu
Vlad Serbu - avatar