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):
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?
Comments
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
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!
For the version 1.2
in sources\escenas.py change the line
path = "/assets/"
to
path = "assets/"
and I got it to run
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
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
Leave a comment
Log in with itch.io to leave a comment.