
Ludum Dare #54compo
Chicken Escape
You are the chicken and try to escape from the shredder
Comments2


indivicivet3 Oct 2023, 21:27
install instructions (easy for me to do this because I know python, but for anyone who doesn't):
install python (e.g. 3.9)
python -m pip install pygame
python -m pip install particlepy
python main.py
good:
- fun enough that I played a few times trying to improve my score
- the music added to the tension!
bad:
- hitboxes are a bit janky - unclear why the hitbox is so far from the visible sprite?
- no install/gameplay instructions (I think you can update this after the end of the compo, so I suggest you do so!); space is boost btw
my best score over 5 or so attempts: 2407
install python (e.g. 3.9)
python -m pip install pygame
python -m pip install particlepy
python main.py
good:
- fun enough that I played a few times trying to improve my score
- the music added to the tension!
bad:
- hitboxes are a bit janky - unclear why the hitbox is so far from the visible sprite?
- no install/gameplay instructions (I think you can update this after the end of the compo, so I suggest you do so!); space is boost btw
my best score over 5 or so attempts: 2407

Source code is good. But it would be cool to see screenshots or video of gameplay :)