- Carl Gunnar Rosenberg
- Maksim Semchuk
- Jonathan Rivera
- Tareq Jallad
- Natasha Needham
One map is provided for the project.
map.txt
is the file that holds the map for the game, and any subsequent maps will need to be namedmap.txt
Use the following to build:
make
Use to remove executable:
make clean
Use to make and run:
make && ./frupal
Use to create zip
make zip
Keybind | Control |
---|---|
w | Move Hero up |
a | Move Hero left |
s | Move Hero down |
d | Move hero right |
x | Interact with object under hero |
Arrow key up | Move cursor up |
Arrow key down | Move cursor down |
Arrow key left | Move cursor left |
Arrow key right | Move cursor right |
q | Quit |
All features listed in the project requirments were implemented.
- Food and treasure interaction
- Tool and obstacle interaction
- Clue, ship, and binocular implemention
- Game win on diamond get
- Game loss on energy depletion
- Trello: link to Trello screenshot
- UML: link to UML