0

How can I use Python to create a game

20th Nov 2016, 5:51 AM
Folarin Olugbade
8 Answers
+ 3
Check out the library "pygame," it's great for creating games. Notice that you need to install it first. Turtle can also do well.
20th Nov 2016, 6:02 AM
Omri
Omri - avatar
+ 2
Thanks. I'll just check the store.
20th Nov 2016, 6:22 AM
Folarin Olugbade
+ 2
either pygame or pyglet. pygame is a very easy to use library for small games if you are starting out. pyglet is a pure python OpenGL wrapper for 2D/3D graphical work, and is more complicated. sadly if you want to do any graphical stuff on Android you should look for another language, because Python is not really built for it, neither are the libraries. in fact, for anything Android you should learn Java, because it's the language android uses for its applications.
20th Nov 2016, 2:36 PM
asdadasdsaczxc
+ 1
Can I get those applications on android ?
20th Nov 2016, 6:08 AM
Folarin Olugbade
+ 1
One way to find out...
20th Nov 2016, 6:17 AM
Omri
Omri - avatar
+ 1
thanks a lot daniels
20th Nov 2016, 3:35 PM
Folarin Olugbade
+ 1
there IS a Python library/framework for developing Android apps, but i didn't like it. it's called Kivy. https://kivy.org/#home
20th Nov 2016, 4:43 PM
asdadasdsaczxc
+ 1
Thanks
20th Nov 2016, 6:55 PM
Folarin Olugbade