Too Many Cooks by squeaky-clean
You're the head chef! Make recipes to upgrade your kitchen. But more kitchen means more cooks... Too Many Cooks!
Controls: Arrows Keys, Space-Bar and 1,2,3,4 keys when a menu appears.
There's no real "end" or win/lose scenario, the last level will continue for ever. Sorry, time, man.
We've updated the Windows link with a proper .exe.
Controls: Arrows Keys, Space-Bar and 1,2,3,4 keys when a menu appears.
There's no real "end" or win/lose scenario, the last level will continue for ever. Sorry, time, man.
We've updated the Windows link with a proper .exe.
If you'd like to run it right now, I've updated the github download with installation instructions, and a file you can double click called "game.bat" (if you're on Windows, if you're on Mac/Linux, renaming it to "game.sh" and it should work still).
Thank you for checking us out, I'm downloading your game right now :)
File "game.py", line 5, in <module>
from too_many_cooks import run_game
File "/home/jeepracer98/Downloads/Too-Many-Cooks-master/too_many_cooks/__init__.py", line 5, in <module>
from too_many_cooks.kitchen import Kitchen
File "/home/jeepracer98/Downloads/Too-Many-Cooks-master/too_many_cooks/kitchen.py", line 3, in <module>
from too_many_cooks.appliance import Stove, Storage, Fryer, ChoppingBlock, Grill, Oven, CounterTop
File "/home/jeepracer98/Downloads/Too-Many-Cooks-master/too_many_cooks/appliance.py", line 5, in <module>
from too_many_cooks import ingredient
File "/home/jeepracer98/Downloads/Too-Many-Cooks-master/too_many_cooks/ingredient.py", line 21, in <module>
beef_patty = Ingredient('Beef Patty', os.path.join('sprites', 'beef_patty.png'))
File "/home/jeepracer98/Downloads/Too-Many-Cooks-master/too_many_cooks/ingredient.py", line 9, in __init__
super().__init__()
TypeError: super() takes at least 1 argument (0 given)
use `git am` to apply the patch.
The Windows download link has been updated with the new link. And the github and readme have also been updated (sorry about that, uberscientist).