Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thank you for hosting the Jam! After extracting the game should be playable, what kind of error is it that you encounter when launching it?

Traceback (most recent call last):

  File "main.py", line 34, in load

FileNotFoundError: [Errno 2] No such file or directory: 'save.txt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "main.py", line 41, in <module>

  File "main.py", line 35, in load

PermissionError: [Errno 13] Permission denied: 'save.txt'
this error

Oh I see, for the highscore I create a txt file and save it there, but I must have not done it properly. I can re-upload it without the save feature if that works

It is re-uploaded! It should work problem-free now, sorry for that

No worries at all :) I often make similar mistakes ahah 
You fixed one of the error but i get this error again

Traceback (most recent call last):

  File "main.py", line 11, in <module>

pygame.error: WASAPI can't initialize audio client: Descripteur non valide

(1 edit) (+1)

Oh, my code relies on the user having an audio output. I don't think I can easily remove it, but if you add any audio output (speakers or headphones) that error shouldn't come up

In the future ill make sure to adjust properly!