Play game
Headless Chicken !'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Use of the Limitation | #220 | 1.886 | 4.000 |
Enjoyment | #226 | 1.650 | 3.500 |
Overall | #226 | 1.650 | 3.500 |
Concept | #229 | 1.650 | 3.500 |
Presentation | #239 | 1.414 | 3.000 |
Ranked from 2 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Team members
1
Software used
Pygame
Use of the limitation
You play a headless chicken, he's panicking and never stop moving, you can just make him jump.
Cookies eaten
0
Leave a comment
Log in with itch.io to leave a comment.
Comments
I opened the game but unfortunately, the game doesn't fit my screen. I tried changing some codes numbers and it worked.
I liked the mechanic, sound, sprites, but the collider was not the best. Overall I liked the game.
and I am sure you had put hard work to make it.
:)
I know, I really struggled to make a good collision system. Thank you to have made the effort to change the code to play my game, I really appreciate it.
good game, btw you can just use pygame.transform.flip(surf, xbool , ybool) instead of flipping image as file xd
Another mistake I did among many others. That was my first game ever and I had so much problems when I tried to program the collision myself. I just learned few hours ago of a module (pymunk), that propose a physic system that can be use with pygame. I'm an idiot, I will do better next time.
Looks like a great game, and making it in Pygame is pretty impressive, but it won' t run; the zip file does not contain any executable or .py file :(
Oh, that's a problem, I'm such an idiot. I'm gone fix it.
Wonderful, let me know when you've fixed it.
Sorry I realize it will be only available on linux. But if you're motivated you can always run the source code with python and you will need the pygame module installed.
Oh makes sense, I'll have to see
So uh how do I run this game?
I encounter a problem, you can only run it with linux. But if you want you can run the source code with python. In that case make sure to have the pygame module installed.