Too Many Cooks by squeaky-clean

[raw]
made by squeaky-clean for LD31 (JAM)
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.

Feedback

jeepracer98
09. Dec 2014 路 07:15 UTC
Your game looks really good, but I couldn't figure out how to run it. I downloaded the source from github, but I'm not skilled with python. I was hoping you might tell me how to run it. Thanks.
馃帳 squeaky-clean
09. Dec 2014 路 17:39 UTC
Hey jeepracer98, I wasn't actually expecting anyone to play our game. We didn't have time to create a proper installer before the Jam ended, but we will probably add that to the Github tonight or tomorrow.

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 :)
jeepracer98
10. Dec 2014 路 07:02 UTC
Cool, thanks, I'll check it out right now :D
jeepracer98
10. Dec 2014 路 07:39 UTC
Well it looks like I was missing pygame, but I got that installed. However, when I ran it it gave me an error (included below). Thanks for helping me run this. :D


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)
uberscientist
10. Dec 2014 路 19:43 UTC
jeepracer98, I am also getting the same error, I don't know if it's python2 or python3... I have pygame for python2 installed, but not python3
jangler
10. Dec 2014 路 20:12 UTC
as the instructions in README.md say, you'll need python 3 to run the source code (it's not valid python 2). however, the code can trivially be made to run in python 2. i put a patch at: http://jangler.info/drop/0001-Change-calls-to-super-to-be-valid-in-python2.patch

use `git am` to apply the patch.
jeepracer98
11. Dec 2014 路 00:01 UTC
Cool, thanks.
馃帳 squeaky-clean
11. Dec 2014 路 04:26 UTC
Thanks so much, jangler. I've applied and pushed your patch, so it should work with 2/3 now.
uberscientist
12. Dec 2014 路 00:40 UTC
Nice, got it to run today, thanks jangler (it's not in the README.md though, it's some other .txt file)
馃帳 squeaky-clean
12. Dec 2014 路 16:19 UTC
Hey everyone, I've been swamped at work, but Pablo managed to put together an exe of the game, which should "just work" (fingers crossed). We've only tested it on our machines, but will test it on friends computers as well.

The Windows download link has been updated with the new link. And the github and readme have also been updated (sorry about that, uberscientist).
thristhart
14. Dec 2014 路 16:05 UTC
Innovative concept! The end result isn't too fun, but with polish it could be!
Renaldo
14. Dec 2014 路 16:36 UTC
It's a nice game! The collision detection can be improved and you could add some kind of clients' orders list, with a time limit maybe. I really would like to see a post-compo version for this one.
Victory Garden
22. Dec 2014 路 04:57 UTC
Nice little cooking game. I liked that you could carry around multiple things at a time, and the graphics were pretty cute (as is the title!). As a general pointer, it doesn't make sense to have one-step recipes be worth the same thing as multi-step recipes; and I agree with the previous poster that some kind of simple timer or other sort of failure state would have really helped to add some urgency to the gameplay. Thank you for the game, and good luck next jam!
OttersDen
22. Dec 2014 路 08:51 UTC
Its a little difficult to figure out what to do at first. But the graphics are nice! Those cooks need to get out of my way!
mathmadlen
22. Dec 2014 路 22:22 UTC
Fun game, the idea is clever and pretty original, it's relatively easy to get a hang of it, nice work!
jeepracer98
01. Mar 2015 路 23:15 UTC
I finally played this game. I forgot about it. I really like the concept of too many cooks in the kitchen. Really cool!