Time Chicken
A downloadable game
A chicken casts spells to control the flow of time in order to help The Demon Egg to safety.
- PyWeek 26 entry.
- Uses Pygame.
- Requires Python 2.7+
DevLog: https://hakeembux.me/2018/10/22/pyweek-26-time-chicken/
Download
Download
Time_Chicken.zip 16 MB
Install instructions
To play on Windows:
1. Double click "WINDOWS_Play_Time_Chicken.bat"
Not Windows? Or it doesn't work? Try in Terminal or CMD prompt:
cd <path-to>\TimeChicken;
python -m venv venv ;
\venv\Scripts\activate;
python -m pip install -r requirements.txt;
TimeChicken.py;
(Note: Replace <path-to> with the actual path to the folder)
I'll be happy to support if you have any trouble running the game, and would really appreciate if you let me know of any issues or feedback or just want to say hello; just post a comment!
Comments
Log in with itch.io to leave a comment.
Does anyone want this packaged as an runnable game (.exe) instead of python scripts?