+ 4
Can we program game with only python?
which language is more suitable for gaming program.
5 ответов
+ 7
Sure you can make games with python Example I made a rock_paper_scissors game with python;
https://code.sololearn.com/cRoDoIoasMJh/?ref=app
+ 5
you can. there is a pygame module just for this.
c++ and c# are more suitable for game development.
for webgames you can also use javascript and few others
+ 5
Here's a pdf to teach you how to make games in python:
https://www.google.co.za/url?sa=t&source=web&rct=j&url=https://inventwithpython.com/makinggames.pdf&ved=2ahUKEwjo6fGpi-PcAhVJC8AKHc9gBxMQFjAAegQIAhAB&usg=AOvVaw3M_a3Qq1wVV5EA6ZMwKe5z
+ 5
While you can, from what i've heard is that Python is mainly good for applications/back end software, not so much gaming due to its speed issues.