Is it possible to make a game with python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is it possible to make a game with python

21st Nov 2019, 8:44 PM
Proyo
Proyo - avatar
4 Answers
+ 9
It is totally possible: www.pygame.org I once started developing a simple 3D labyrinth game in pyglet as a learning project, you might want to take a look: https://www.instagram.com/p/BQ-8ubDDTNi/ https://github.com/kuba-siekierzynski/labyrinth3d
21st Nov 2019, 9:19 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 5
While game developent using Python would not be my first choice. I believe Python has good support for developing games. Here are some engines you may use: https://youtu.be/G7NQF6oCmoo
21st Nov 2019, 9:12 PM
Manual
Manual - avatar
+ 2
It is possible.
7th Feb 2020, 7:58 PM
Duncan
Duncan - avatar
0
Yes, but the games would be pretty slow as python is an interpreted language.
14th Nov 2020, 4:56 AM
Aria
Aria - avatar