comp129-spr19 / Diner-Hash---Educational-Python-Game

Diner Hash | An Educational Computer Science game to teach Hash Tables
1 stars 1 forks source link

Carry_food functionality #44

Closed mfraser4 closed 5 years ago

mfraser4 commented 5 years ago

In the pickup_food() function in chef.py, the food the chef is carrying is automatically switched with the new food he goes to pick up. Is this functionality we want to see, or is there another bit of logic we should add preventing him picking up new food objects while he's holding something?