6 Answers
+ 3
Yes, though there are many resources available on the internet, one of the best is this one:
https://inventwithpython.com/makinggames.pdf
And yes, you can also run the application on Android (only after you have converted the game into an .apk file and installed it on your device).
EDIT: There is a game on PlayStore which was originally made using PyGame (as mentioned by the developer in the description). Here's the link to that game:
https://play.google.com/store/apps/details?id=com.gmail.snigam3112.WordSudoku&hl=en
+ 1
@Mato Vidovic It's pretty simple. Install pygame module. After learning the syntax and basics of pygame, move on to write the code for your game.
Then just package it into an .apk file.
Done!
PS:- Though trying to make heavy games with pygame is definitely NOT recommended. (Forget 3D graphics and stuff...)
+ 1
I think for pygame pythonprograming.net is best,
although the book of python crash course by Eric Matthes is a good way for the basics of pygame.
0
Thanks, do you know where can i learn pygame??
0
and can i run that applications on android?
0
Thank you so much! ur the best