Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

did you extract all of the contents of the zip to the same folder? all the imgs, fonts, sounds etc have to be in the same directory

I extracted the game as it was on the zip file

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