Play game
Chasing Your Tail's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Theme | #14 | 2.173 | 2.875 |
Polish | #14 | 1.512 | 2.000 |
Game Feel | #15 | 1.701 | 2.250 |
Innovation | #15 | 1.795 | 2.375 |
Overall | #15 | 1.795 | 2.375 |
Artistry | #16 | 1.795 | 2.375 |
Ranked from 8 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Did you have fun throughout the jam?
yes
Leave a comment
Log in with itch.io to leave a comment.
Comments
Hi! I played your game on stream a few days ago! If you weren't there to watch and want to see my thoughts, check out the archived video (timestamps are in description):
Hi, sorry for not rating your game earlier.
I managed to run this game using v1.3 by launching the main.py file (the exe version doesn't work). I like how you use the theme 'getting chased' to make something cute. Despite that, it's still a halloween game : the dog is cut in half. I wished the typing patterns were longer (like instead of smashing aeaeae then zrzrzrzr you had to type whole words) but it was still satisfying to play nonetheless ! Great job Franco
Typing a whole word and long patterns is a great idea! I should make it if I update the game
Thank you for playing!
Cool! The functionality of the game is great, there is a menu, a win screen, and even a loading screen. I think you could improve the art, maybe by keeping the same image resolution. I was able to catch the tail馃槑 Good work!
Thank you!
I thought the images had all the same resolution (because if a button had 256x300 pixels in screen, it had 128x150 pixels in the editor, and tried to do same with every image), but I鈥檒l check it and improve the art in general, I could add levels even.
I鈥檓 very happy it finally worked.
For the version 1.2
in sources\escenas.py change the line
path = "/assets/"
to
path = "assets/"
and I got it to run
Thank you very much, I will try to change it.
I tried running your source code but I got this traceback, I really wanted to play this sorry :(
pygame-ce 2.3.2 (SDL 2.26.5, Python 3.11.1)
An error has ocurred loading the game, please report this with the key error:
No such file or directory: '/Chasing-Your-Tail/assets/menu/images/fondo.jpg'.
Exception in thread Thread-2 (musicar):
Traceback (most recent call last):
File "C:\Users\axis\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 1038, in _bootstrap_inner
self.run()
File "C:\Users\axis\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\axis\Downloads\Chasing-Your-Tail\sources\escenas.py", line 24, in musicar
music.load(cancion)
FileNotFoundError: No such file or directory: '/Chasing-Your-Tail/assets/menu/music/musica_inicio.ogg'.
Traceback (most recent call last):
File "C:\Users\axis\Downloads\Chasing-Your-Tail\main.py", line 89, in <module>
input()
KeyboardInterrupt
Thank you for trying to play it!
I added the files that didn't work with their versions and descriptions in their names.
Can you tell me if the version 1.2 works?
As GeorgeSpruyt said, I can't play it. exe gives the same error, and I think you forgot to include your `main.py` file in the source
Same here
Thank you for trying to play it! I added the files that didn't work with their versions and descriptions in their names.
Can you tell me if the version 1.2 works?
doesn't work gives the error:
Traceback (most recent call last):
File "main.py", line 89, in <module>
RuntimeError: input(): lost sys.stdin
Thank you for trying to play it! I added the files that didn't work with their versions and descriptions in their names.
Can you tell me if the version 1.2 works?