The game closely models that of the actual Overcooked game. Players will prepare to make burgers by grabbing ingredients, chopping vegetables, and cooking meat. They will then assemble the ingredients to make the burger and serve it on a plate to be given to the customer. Afterwards, they must wash dishes before they can be used again. Players will be given orders which will expire after a certain amount of time. Rats will spawn throughout the game if there are unplated ingredients, using A* as its path planning algorithm. There are two gameplay modes: normal and hard. Hard mode will be the same as normal mode except that there are obstacles the player must navigate around.
https://www.youtube.com/watch?v=96AgqNZhWjA
The project must be run from main.py
Libraries: Pygame must be installed in the device this game will run on.
Shortcut commands:
- Pressing 0 during a game ends the game instantly
- Pressing 1 during a game spawns in a rat (if the rat has not been spawned in yet)
- Pressing enter after game over allows you to return to the start screen