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

Headless Chicken !View game page

Submitted by Cesanh — 8 hours, 59 minutes before the deadline
Add to collection

Play game

Headless Chicken !'s itch.io page

Results

CriteriaRankScore*Raw Score
Use of the Limitation#2201.8864.000
Enjoyment#2261.6503.500
Overall#2261.6503.500
Concept#2291.6503.500
Presentation#2391.4143.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

Submitted(+1)

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.

:)

Developer(+1)

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.

Submitted(+1)

good game, btw you can just use pygame.transform.flip(surf, xbool , ybool) instead of flipping image as file xd

Developer(+1)

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.

Submitted(+1)

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 :(

Developer

Oh, that's a problem, I'm such an idiot. I'm gone fix it.

Submitted(+1)

Wonderful, let me know when you've fixed it.

Deleted 2 years ago
Developer

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.

Submitted(+1)

Oh makes sense, I'll have to see

(+1)

So uh how do I run this game?

Developer (1 edit)

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.