if the offer is still up here´s mine https://itch.io/jam/wowie-jam-4/rate/1663754
are you sure you have pygame on your pc and not in a virtual envoirement? to check you can go "py -m pip install pygame" on your command prompt, it´ll let you know if you have it already. This command can vary a bit, like "python" instead of "py" or without" -m". Also please check if in the .py script folder are the game assets as well.
Im sorry for this whole inconvenience.
can you try installing the source zip again? then just extract all to a folder, and run the .py script from that folder, dont take it out or put it in an editor as it might not work. The reason for this is that my code assumes all assets are already in the same directory (folder) and the script, if they arent itll crash.
You said it gave "slkscre.ttf missing" error, if youre running the script from the folder it should open up a console and close it as it crashes. If you managed to read the error somehow you arent running the script from within the folder.