{"author_link":"\/author\/squeaky-clean\/","author_name":"squeaky-clean","author_uid":"36625","comments":[{"author_name":"jeepracer98","author_uid":"33167","time":"Dec 9, 2014 @ 7:20am","epoch":1418109300,"text":"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."},{"author_name":"squeaky-clean","author_uid":"36625","time":"Dec 9, 2014 @ 5:44pm","epoch":1418146740,"text":"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.\r<br\/>\r<br\/>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 &quot;game.bat&quot; (if you're on Windows, if you're on Mac\/Linux, renaming it to &quot;game.sh&quot; and it should work still).\r<br\/>\r<br\/>Thank you for checking us out, I'm downloading your game right now :)"},{"author_name":"jeepracer98","author_uid":"33167","time":"Dec 10, 2014 @ 7:07am","epoch":1418194920,"text":"Cool, thanks, I'll check it out right now :D"},{"author_name":"jeepracer98","author_uid":"33167","time":"Dec 10, 2014 @ 7:44am","epoch":1418197140,"text":"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\r<br\/>\r<br\/>\r<br\/>File &quot;game.py&quot;, line 5, in &lt;module&gt;\r<br\/>    from too_many_cooks import run_game\r<br\/>  File &quot;\/home\/jeepracer98\/Downloads\/Too-Many-Cooks-master\/too_many_cooks\/__init__.py&quot;, line 5, in &lt;module&gt;\r<br\/>    from too_many_cooks.kitchen import Kitchen\r<br\/>  File &quot;\/home\/jeepracer98\/Downloads\/Too-Many-Cooks-master\/too_many_cooks\/kitchen.py&quot;, line 3, in &lt;module&gt;\r<br\/>    from too_many_cooks.appliance import Stove, Storage, Fryer, ChoppingBlock, Grill, Oven, CounterTop\r<br\/>  File &quot;\/home\/jeepracer98\/Downloads\/Too-Many-Cooks-master\/too_many_cooks\/appliance.py&quot;, line 5, in &lt;module&gt;\r<br\/>    from too_many_cooks import ingredient\r<br\/>  File &quot;\/home\/jeepracer98\/Downloads\/Too-Many-Cooks-master\/too_many_cooks\/ingredient.py&quot;, line 21, in &lt;module&gt;\r<br\/>    beef_patty = Ingredient('Beef Patty', os.path.join('sprites', 'beef_patty.png'))\r<br\/>  File &quot;\/home\/jeepracer98\/Downloads\/Too-Many-Cooks-master\/too_many_cooks\/ingredient.py&quot;, line 9, in __init__\r<br\/>    super().__init__()\r<br\/>TypeError: super() takes at least 1 argument (0 given)"},{"author_name":"uberscientist","author_uid":"40833","time":"Dec 10, 2014 @ 7:48pm","epoch":1418240580,"text":"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"},{"author_name":"jangler","author_uid":"47063","time":"Dec 10, 2014 @ 8:17pm","epoch":1418242320,"text":"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\r<br\/>\r<br\/>use `git am` to apply the patch."},{"author_name":"jeepracer98","author_uid":"33167","time":"Dec 11, 2014 @ 12:06am","epoch":1418256060,"text":"Cool, thanks."},{"author_name":"squeaky-clean","author_uid":"36625","time":"Dec 11, 2014 @ 4:31am","epoch":1418271960,"text":"Thanks so much, jangler. I've applied and pushed your patch, so it should work with 2\/3 now."},{"author_name":"uberscientist","author_uid":"40833","time":"Dec 12, 2014 @ 12:45am","epoch":1418344800,"text":"Nice, got it to run today, thanks jangler (it's not in the README.md though, it's some other .txt file)"},{"author_name":"squeaky-clean","author_uid":"36625","time":"Dec 12, 2014 @ 4:24pm","epoch":1418401140,"text":"Hey everyone, I've been swamped at work, but Pablo managed to put together an exe of the game, which should &quot;just work&quot; (fingers crossed). We've only tested it on our machines, but will test it on friends computers as well.\r<br\/>\r<br\/>The Windows download link has been updated with the new link. And the github and readme have also been updated (sorry about that, uberscientist)."},{"author_name":"thristhart","author_uid":"3164","time":"Dec 14, 2014 @ 4:10pm","epoch":1418573100,"text":"Innovative concept! The end result isn't too fun, but with polish it could be!"},{"author_name":"Renaldo","author_uid":"46486","time":"Dec 14, 2014 @ 4:41pm","epoch":1418574960,"text":"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."},{"author_name":"Victory Garden","author_uid":"22357","time":"Dec 22, 2014 @ 5:02am","epoch":1419224220,"text":"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!"},{"author_name":"OttersDen","author_uid":"46754","time":"Dec 22, 2014 @ 8:56am","epoch":1419238260,"text":"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!"},{"author_name":"mathmadlen","author_uid":"21781","time":"Dec 22, 2014 @ 10:27pm","epoch":1419286920,"text":"Fun game, the idea is clever and pretty original, it's relatively easy to get a hang of it, nice work!"},{"author_name":"jeepracer98","author_uid":"33167","time":"Mar 1, 2015 @ 11:20pm","epoch":1425251700,"text":"I finally played this game.  I forgot about it.  I really like the concept of too many cooks in the kitchen.  Really cool!"}],"images":["ld31\/36625-0d674109da88b7d79146fccae86b75ef.jpg","ld31\/36625-1d73c26022ba96bbe1cbef42e08abba0.jpg"],"links":[{"url":"https:\/\/dl.dropboxusercontent.com\/u\/19091713\/Too%20Many%20Cooks.zip","text":"Windows"},{"url":"https:\/\/github.com\/baritone-snake-studios\/Too-Many-Cooks","text":"OS\/X"},{"url":"https:\/\/github.com\/baritone-snake-studios\/Too-Many-Cooks","text":"Linux"},{"url":"https:\/\/github.com\/baritone-snake-studios\/Too-Many-Cooks","text":"Source"}],"metadata":{"g_key":"14486","g_author":"36625","g_event":"LD31","g_eventkey":"26","g_subevent":"JAM","g_urlkey":"14516","g_title":"Too Many Cooks","g_status":"UCHK1","g_place":"99999","g_commentcount":"16","g_site2_node_id":"0","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":[],"node":null,"orig_images":["http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/407933\/36625-shot0.PNG-eq-900-500.jpg","http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/407933\/36625-shot1.PNG-eq-900-500.jpg"],"text":"You're the head chef! Make recipes to upgrade your kitchen. But more kitchen means more cooks... Too Many Cooks!\r\n\r\nControls: Arrows Keys, Space-Bar and 1,2,3,4 keys when a menu appears.\r\n\r\nThere's no real \"end\" or win\/lose scenario, the last level will continue for ever. Sorry, time, man.\r\n\r\nWe've updated the Windows link with a proper .exe.","title":"Too Many Cooks"}