Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

XquisiteView game page

Cookie Clicker Parody, and extremely simplified/scaled down
Submitted by Arthavan — 17 hours, 35 minutes before the deadline
Add to collection

Play game

Xquisite's itch.io page

Results

CriteriaRankScore*Raw Score
Overall#81.1552.000
Theme#81.1552.000
Fun#81.7323.000
Creativity#81.7323.000
Visuals#81.1552.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

HostSubmitted

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 ?

Developer

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?

HostSubmitted

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

Developer

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

Developer

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

HostSubmitted

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

Developer (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!