This project was developed as a college assignment" for the Programming I subject of my Computer Science graduation. Written in c the game is based on Overcooked, a co-op cooking game.
gameDemo.mp4
- Run
make
to generate the temporary files (.o
files) and the binary (overcooked
); - Run
./overcooked [MAP]
to run the game, theMAP
is the path to the map file, there are some maps in the foldermaps/
if you don't provide it the default map rendered ismaps/map.txt
; - Run
make clean
to remove the temporary files and the binary;
- After you run it a menu screen will show you, select the modes with
UP
andDOWN
arrow keys and select it with theSPACE
key; - Press
q
any time to leave the game; - You can move the character
&
with the arrow keys or W/A/S/D; - The main goal of the game is to deliver in time the order's meal following the respective recipe;
- The
@
is where you deliver the meal and theo
is the trash; - You have 5 lives if you deliver a wrong meal you lose 2 lives and if you use the trash you lose one life. If you lose all of your lives it's game over;
- Deliver the maximum amount of orders to maximize your points.
If you want to add any contribution just make a pull request, and I'll be happy to answer it.
This project is licensed under the MIT License - see the LICENSE file for details.