У вашего броузера проблема в совместимости с HTML5
Thank you for watching my video and I really hope you found something useful.
In this video I show you a huge school boy error I made when blitting images to the display surface. I DIDN'T CONVERT THEM.. DOH!
Usage:
image = pygame.image.load("image.png").convert()
or
image = pygame.image.load("image.png")
image = image.convert()
If you'd like to know how to install and run your first Python Pygame script then watch my first video here: https://youtu.be/XAcnyCFRRpw
You can find all the scripts here in my Google Drive Folder https://goo.gl/PeBc0Y
... and if you have any comments then feel free but bear in mind I don't pretend to be an expert, I just enjoying using Python and Pygame.
Peace
Anthony
Downloads:
Python 2.7.x ....... https://www.python.org/downloads/
Pygame 1.9.x ....... http://www.pygame.org/download.shtml
Notepad++ ....... https://notepad-plus-plus.org/download/
Documents:
Pygame ....... https://www.pygame.org/docs/