Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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.

it does say i already have it

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.

I was trying to run it from a code editor but by itself, on the folder, it also doesn't work I tried extracting it again and running it and it does the console thing you described

and it still doesnt work?

nope

maybe I shouldve asked this first, but youre on windows right?

yes

alright I have no idea what might be causing this, try this last thing, you said you has slkscre.ttf on your pc, maybe the file explorer automatically chose not to copy it again, so try copying slkscre.ttf to the game folder

if this doesn´t work all I can recommend you is to get the .exe version, you can still read the script, and it has a script on this non-source version as well, but only the .exe will run

where is the exe version? And the font is extracting properly