pygame notes and tricks

I'll be using pygame, like always. I know many other people use it too. I wanted to share my small collection of pygame notes and tricks. If you know of any more, please feel free to share!

(log in to comment)

Comments

For packaging do you think Docker could work? At least it would allow us to use whatever weird packages we want. Python 2 or 3 would work no matter what is installed on the target machine. I'm not sure how well it would solve platform compatibility. And I'm pretty sure it would not solve OpenGL version incompatibilities (or missing extensions) at all.
I never used Docker for anything. I would be willing to give it a shot if there was a step-by-step guide for packaging pygame games with Docker. However, I know at this point that I'm way too bad at packaging to be the first person to get it to work. If I just try it, I'm sure it'll fail miserably after many frustrating hours. If you come across anything, please let me know! Thanks.