Play game
Xquisite's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Overall | #8 | 1.155 | 2.000 |
Theme | #8 | 1.155 | 2.000 |
Fun | #8 | 1.732 | 3.000 |
Creativity | #8 | 1.732 | 3.000 |
Visuals | #8 | 1.155 | 2.000 |
Ranked from 1 rating. Score is adjusted from raw score by the median number of ratings per game in the jam.
How does your game fit the theme?
Buying animals leads to increased odds for that species to go extinct matching the endangered theme
Were all the models created during the game jam?
Yes
Were all the audios created during the game jam?
No, the audio files were taken from Pixabay under a free license
Leave a comment
Log in with itch.io to leave a comment.
Comments
Thanks for your submission ! I tried to play your game but I get an error when I try to launch it.
Any ideas how i can fix this issue ?
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
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!