+ 3
Is it possible to create games using just Python? And how?
Please I need help with this question
4 Respuestas
+ 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.
+ 3
Welington Clemente ,
It's a popular topic. I dumped these in from a search for "python game". There were more results, and you can do other searches such as by a module name, such as "pygame", etc.
https://www.sololearn.com/discuss/3083627/?ref=app
https://www.sololearn.com/discuss/3196811/?ref=app
https://www.sololearn.com/discuss/3257692/?ref=app
https://www.sololearn.com/discuss/3235199/?ref=app
https://www.sololearn.com/discuss/3226942/?ref=app
https://www.sololearn.com/discuss/3187231/?ref=app
+ 3
Thanks for the answers guys
0
Yes