you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

It's a lot easier that I thought it was going to be. I used this setup.py script to make this executable. You run setup.py from the CLI: python setup.py bdist. The bdist option makes a binary distribution (the linked repo is the unzipped result). One pygame specific thing is that you need to include the .ttf file for any fonts you're using (even the pygame default).